From cdbaec9751acc8b0fe0df20e70c3ccd3d6d0c678 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Fri, 14 Apr 2017 09:13:31 -0400 Subject: [PATCH] Explain configuration requirements for the Android SDK. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 255ba13d..ffc8a23b 100644 --- a/README.md +++ b/README.md @@ -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