Update README.md

This commit is contained in:
Martin Konicek 2015-09-15 20:56:44 +01:00
parent eea4ed391f
commit 8a56eab5fb
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Make sure you have the following installed:
- SDK build tools version 22.0.1 (buildToolsVersion in [`build.gradle`](build.gradle))
- Android Support Repository 17 (for Android Support Library)
Point Gradle to your Android SDK - in the root of your clone of the github repo, create a file called `local.properties` 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:
sdk.dir=absolute_path_to_android_sdk
ndk.dir=absolute_path_to_android_ndk