Created
May 29, 2018 17:09
-
-
Save h3nr1ke/bd503e3358b589fca3264e137738a87f to your computer and use it in GitHub Desktop.
Add android_home variable
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
#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