2
0

Explain configuration requirements for the Android SDK.

This commit is contained in:
Maarten Billemont 2017-04-14 09:13:31 -04:00
parent f48d480c77
commit cdbaec9751

View File

@ -146,6 +146,10 @@ Go into the `gradle` directory and run `./gradlew build`. All Java components w
- `platform-android/build/outputs/apk`:
contains the Android application package. Install it on your Android device.
Note that in order to build the Android application, you will need to have the Android SDK installed and either have the environment variable `ANDROID_HOME` set to its location or a `gradle/local.properties` file with its location, eg. (for Homebrew users who installed the SDK using `brew install android-sdk`):
sdk.dir=/usr/local/opt/android-sdk
### Native CLI