Skip to content

Instantly share code, notes, and snippets.

@h3nr1ke
Created May 29, 2018 17:09
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 h3nr1ke/bd503e3358b589fca3264e137738a87f to your computer and use it in GitHub Desktop.
Save h3nr1ke/bd503e3358b589fca3264e137738a87f to your computer and use it in GitHub Desktop.
Add android_home variable
#add this code to your .bash_profile
#------
export ANDROID_SDK_ROOT='/Users/<YOURUSER>/Library/Android/sdk'
export PATH=$PATH:$ANDROID_SDK_ROOT/tools:$ANDROID_SDK_ROOT/platform-tools:$ANDROID_SDK_ROOT/tools/lib/x86_644
#------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment