From d8274639a8a7a57bf11bac2e0c2b13b02c636bd4 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 21 May 2015 13:05:47 -0700 Subject: Android NDK r10e --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index bfd64f3b86..2767ced72f 100644 --- a/README.md +++ b/README.md @@ -148,9 +148,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 Revision 10d](https://developer.android.com/tools/sdk/ndk/index.html). +Install the [Android NDK Revision 10e](https://developer.android.com/tools/sdk/ndk/index.html). - export ANDROID_NDK_PATH="/dir/to/android-ndk-r10d" + export ANDROID_NDK_PATH="/dir/to/android-ndk-r10e" Install the Android SDK. We recommend doing this by way of [Android Studio](https://developer.android.com/sdk/installing/studio.html). @@ -168,7 +168,7 @@ Install Oracle JDK 7+: brew cask install java -Install the [Android NDK Revision 10d](https://developer.android.com/tools/sdk/ndk/index.html) for 64-bit OS X: +Install the [Android NDK Revision 10e](https://developer.android.com/tools/sdk/ndk/index.html) for 64-bit OS X: brew install android-ndk @@ -182,7 +182,7 @@ Install [Android Studio](https://developer.android.com/sdk/installing/studio.htm 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 + echo "export ANDROID_NDK_PATH=`brew --cellar android-ndk`/r10e" >> .bash_profile # Replace with something like /Library/Java/JavaVirtualMachines/jdk1.8.0_31.jdk echo "export JAVA_HOME=" >> .bash_profile echo "export STUDIO_JDK=$JAVA_HOME" >> .bash_profile -- cgit v1.2.1