Merge pull request #2788 from dsibiski/patch-2

[Docs][Android] Adds NDK download instructions
This commit is contained in:
James Ide 2015-09-16 21:56:12 -07:00
commit f080577e07
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ Make sure you have the following installed:
- Android SDK version 22 (compileSdkVersion in [`build.gradle`](build.gradle)) - Android SDK version 22 (compileSdkVersion in [`build.gradle`](build.gradle))
- SDK build tools version 22.0.1 (buildToolsVersion in [`build.gradle`](build.gradle)) - SDK build tools version 22.0.1 (buildToolsVersion in [`build.gradle`](build.gradle))
- Android Support Repository 17 (for Android Support Library) - Android Support Repository 17 (for Android Support Library)
- Android NDK (download & extraction instructions [here](http://developer.android.com/ndk/downloads/index.html))
Point Gradle to your Android SDK: either have `$ANDROID_SDK` and `$ANDROID_NDK` defined, or create a `local.properties` file in the root of your `react-native` checkout with the following contents: Point Gradle to your Android SDK: either have `$ANDROID_SDK` and `$ANDROID_NDK` defined, or create a `local.properties` file in the root of your `react-native` checkout with the following contents: