Skip to content

Instantly share code, notes, and snippets.

@msomu
Created January 16, 2017 04:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msomu/2fd1948e1e658356a99ada7d28976b80 to your computer and use it in GitHub Desktop.
Save msomu/2fd1948e1e658356a99ada7d28976b80 to your computer and use it in GitHub Desktop.
To set environmental variable on mac for android
nano ~/.bash_profile
export ANDROID_HOME=/YOUR_PATH_TO/android-sdk
export PATH=$ANDROID_HOME/platform-tools:$PATH
export PATH=$ANDROID_HOME/tools:$PATH
source ~/.bash_profile
echo $ANDROID_HOME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment