Created
January 2, 2018 07:46
-
-
Save madhikarma/b3124569311a0c0fc041b7632db7b04c to your computer and use it in GitHub Desktop.
Android setup notes
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
export ANDROID_HOME=/YOUR_PATH_TO/android-sdk | |
export PATH=$ANDROID_HOME/platform-tools:$PATH | |
export PATH=$ANDROID_HOME/tools:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment