From 60257099dd9024a71863d66cea06bfca590e4d84 Mon Sep 17 00:00:00 2001 From: "Justin R. Miller" Date: Fri, 23 Jan 2015 11:58:54 -0800 Subject: update Android install docs for NDK r10d --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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`. -- cgit v1.2.1