Merge pull request #2953 from j27cai/and-patch

updated ReactiveAndroid installation info
This commit is contained in:
Martin Konicek 2015-10-14 17:00:59 +01:00
commit 3df34f1ba8
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ Assuming you have the [Android SDK](https://developer.android.com/sdk/installing
Make sure you have the following installed:
- Android SDK version 22 (compileSdkVersion 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 SDK version 23 (compileSdkVersion in [`build.gradle`](build.gradle))
- SDK build tools version 23.0.1 (buildToolsVersion in [`build.gradle`](build.gradle))
- 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: