summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-02-18 11:02:07 -0800
committerMinh Nguyễn <mxn@1ec5.org>2015-02-18 11:02:07 -0800
commit3a891ecb3774014a115122817cf62e560155a2bf (patch)
treee8c85e5100adb8720b6c65de9e58795074918c1a /README.md
parent338c5bd8cdf470d29eec7ecfda1ba3a9e0ff2b8f (diff)
downloadqtlocation-mapboxgl-3a891ecb3774014a115122817cf62e560155a2bf.tar.gz
SDK should be installed by this point
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e9ae075d3a..2ce950df48 100644
--- a/README.md
+++ b/README.md
@@ -144,7 +144,7 @@ Install [Android Studio](https://developer.android.com/sdk/installing/studio.htm
brew cask install android-studio
android
-Install the Android SDK by opening Android Studio. By default, the SDK will be installed to `/usr/local/opt/android-sdk`. In case you get an error message telling you that it can't find a JVM, it's because you installed a custom Java VM from Oracle. Follow [these instructions](http://tools.android.com/recent/androidstudio1rc3_releasecandidate3released) to start Android Studio. You'll wind up setting these environment variables in your .bash_profile or similar:
+By default, the SDK will be installed to `/usr/local/opt/android-sdk`. If you open Android Studio at this point, you may get an error message telling you that it can't find a JVM, it's because you installed a custom Java VM from Oracle. Follow [these instructions](http://tools.android.com/recent/androidstudio1rc3_releasecandidate3released) to start Android Studio. You'll wind up setting these environment variables in your .bash_profile or similar:
echo "export ANDROID_HOME=`brew --prefix android-sdk`" >> .bash_profile
echo "export ANDROID_NDK_PATH=`brew --cellar android-ndk`/r10d" >> .bash_profile