Created
September 8, 2017 13:59
-
-
Save emedinaa/177a3699b5b89a1f30b47f1faf6a298b to your computer and use it in GitHub Desktop.
Android Home SDK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| In Terminal: | |
| nano ~/.bash_profile | |
| Add lines: | |
| export ANDROID_HOME=/YOUR_PATH_TO/android-sdk | |
| export PATH=$ANDROID_HOME/platform-tools:$PATH | |
| export PATH=$ANDROID_HOME/tools:$PATH | |
| Check it worked: | |
| source ~/.bash_profile | |
| echo $ANDROID_HOME | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment