summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-01-27 17:33:47 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-01-27 17:33:47 +0100
commit9d3e60eb6c1e6699c5c49825a25b8e24cfffbae0 (patch)
tree4f67ffcf813964878222cee0194a0b8ac46247a4 /README.md
parent6262929f754a152276f3585b0019d3406ac47212 (diff)
downloadqtlocation-mapboxgl-9d3e60eb6c1e6699c5c49825a25b8e24cfffbae0.tar.gz
explain OS X setup process in more detail
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b6d49f05c1..e88538aaa2 100644
--- a/README.md
+++ b/README.md
@@ -135,9 +135,9 @@ Install the [Android NDK Revision 10d](https://developer.android.com/tools/sdk/n
export ANDROID_NDK_PATH="/dir/to/android-ndk-r10d"
-Install the Android SDK. We recommend doing this by way of [Android Studio](https://developer.android.com/sdk/installing/studio.html). The latest versions recommend that you place the SDK someplace like `/usr/local/android-sdk-macosx`.
+Install the Android SDK. We recommend doing this by way of [Android Studio](https://developer.android.com/sdk/installing/studio.html). To install it, open Android Studio. By default, the SDK will be installed to `~/Library/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. Make sure all environment variables are absolute; don't use `~` to indicate the home directory.
- export ANDROID_HOME="/dir/to/android-sdk-macosx"
+ export ANDROID_HOME="/Users/username/Library/Android/sdk"
Run: