summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-01-23 11:58:54 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-01-23 11:58:54 -0800
commit60257099dd9024a71863d66cea06bfca590e4d84 (patch)
treec3450d8ebacefed91864aabe71e495b5bb2c1913 /README.md
parent42d1972732a2f8cc59cf3c3041944b7831b4c97b (diff)
downloadqtlocation-mapboxgl-60257099dd9024a71863d66cea06bfca590e4d84.tar.gz
update Android install docs for NDK r10d
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 271a6c3cf6..8404c937fc 100644
--- a/README.md
+++ b/README.md
@@ -113,9 +113,9 @@ Install Oracle JDK 7 (requires license agreement) from http://www.oracle.com/tec
export JAVA_HOME="/dir/to/jdk1.7.0_71"
-Install the [Android NDK](https://developer.android.com/tools/sdk/ndk/index.html).
+Install the [Android NDK Revision 10d](https://developer.android.com/tools/sdk/ndk/index.html).
- export ANDROID_NDK_PATH="/dir/to/android-ndk-r10c"
+ 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).
@@ -131,9 +131,9 @@ You can then open `android/java` in Android Studio via "Import Non-Android Studi
Install Oracle JDK 7 (requires license agreement) from http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
-Install the [Android NDK](https://developer.android.com/tools/sdk/ndk/index.html) for 64-bit OS X.
+Install the [Android NDK Revision 10d](https://developer.android.com/tools/sdk/ndk/index.html) for 64-bit OS X.
- export ANDROID_NDK_PATH="/dir/to/android-ndk-r10c"
+ 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`.