From f1355f36f3740644fe63c77c561611c6794f7b0c Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Fri, 18 Sep 2015 20:53:06 +0100 Subject: [PATCH] Update DevelopmentSetupAndroid.md --- docs/DevelopmentSetupAndroid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DevelopmentSetupAndroid.md b/docs/DevelopmentSetupAndroid.md index 98e5a5df9..d04ae9cba 100644 --- a/docs/DevelopmentSetupAndroid.md +++ b/docs/DevelopmentSetupAndroid.md @@ -9,7 +9,7 @@ next: tutorial This guide describes basic steps of the android development environment setup that are required to run React Native android apps on an android emulator. We don't discuss developer tool configuration such as IDEs here. -These instructions only cover installation "from scratch". If you happen to have some old, outdated version of Android SDK make sure to update required packages to the version mentioned below and install all the missing ones. +These instructions only cover installation "from scratch". If you happen to have some old, outdated version of Android SDK make sure to update required packages to the version mentioned below and install all the missing ones and make sure `ANDROID_HOME` points to your existing SDK. ### Install and configure SDK