Skip to content

Commit

Permalink
update descriptions of environment variable settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyyi1 committed Aug 1, 2023
1 parent 8bdc66d commit e21eae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cordova/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ The main entrypoint to Android's Java code is `cordova-plugin-outline/android/ja
Additional requirements for Android:

- [Java Development Kit (JDK) 11](https://jdk.java.net/archive/)
- Need to set `JAVA_HOME` environment variable
- Set `JAVA_HOME` environment variable if you are building on Windows
- Latest [Android Sdk Commandline Tools](https://developer.android.com/studio/command-line) ([download](https://developer.android.com/studio#command-line-tools-only))
- Place it at `$HOME/Android/sdk/cmdline-tools/latest`
- Need to set `ANDROID_HOME` environment variable
- Set `ANDROID_HOME` environment variable
- Android SDK 32 (with build-tools) via commandline `$HOME/Android/sdk/cmdline-tools/latest/bin/sdkmanager "platforms;android-32" "build-tools;32.0.0"`
- [Gradle 7.3+](https://gradle.org/install/)

Expand Down

0 comments on commit e21eae9

Please sign in to comment.