Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaël Sikel authored and cesarferreira committed Nov 25, 2020
1 parent 5644cf3 commit 2819b50
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ```
Expand Down

0 comments on commit 2819b50

Please sign in to comment.