From 8a56eab5fb9d09195357bf8bf401802d05b94456 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Tue, 15 Sep 2015 20:56:44 +0100 Subject: [PATCH] Update README.md --- ReactAndroid/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactAndroid/README.md b/ReactAndroid/README.md index 92b4d1e16..d7666033e 100644 --- a/ReactAndroid/README.md +++ b/ReactAndroid/README.md @@ -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