From 2819b509d9eb70e6e85e84d0bb02f13e5d35c6d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ama=C3=ABl=20Sikel?= Date: Wed, 30 Sep 2020 14:42:02 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cd7fe18..b70f1ba 100644 --- a/README.md +++ b/README.md @@ -74,11 +74,11 @@ Options ## Notes -Be aware that ANDROID_HOME needs to be set with the adb path: - - MAC -> ```ANDROID_HOME=/usr/local/opt/android-sdk``` - - Linux -> ```ANDROID_HOME=/usr/local/opt/android-sdk``` - - Windows -> ```ANDROID_HOME="...sdk"``` -In windows this ANDROID_HOME is not automatically created, see more in [here](https://github.com/facebook/react-native/blob/0.24-stable/docs/DevelopmentSetupAndroid.md#define-the-android_home-environment-variable) +Be aware that ANDROID_SDK_ROOT needs to be set with the adb path: + - MAC -> ```ANDROID_SDK_ROOT=/usr/local/opt/android-sdk``` + - Linux -> ```ANDROID_SDK_ROOT=/usr/local/opt/android-sdk``` + - Windows -> ```ANDROID_SDK_ROOT="...sdk"``` +In Windows ANDROID_SDK_ROOT is not automatically created, see more in [here](https://github.com/facebook/react-native/blob/0.24-stable/docs/DevelopmentSetupAndroid.md#define-the-ANDROID_HOME-environment-variable) Additionally, on windows in order to use git commands, the following path should be on the environment variable - ```...\Git\cmd ```