README.md in dryrun-1.3.0 vs README.md in dryrun-1.3.2
- old
+ new
@@ -72,14 +72,10 @@
- No need to wait for **Android Studio** to load.
## 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` environment variable needs to be set. See more in [here](https://developer.android.com/studio/command-line/variables#set)
Additionally, on windows in order to use git commands, the following path should be on the environment variable
- ```...\Git\cmd ```
## Created by