Skip to content

Instantly share code, notes, and snippets.

@deveshmittal
Created November 13, 2015 19:47
Show Gist options
  • Select an option

  • Save deveshmittal/ca2437ddb8b10766b358 to your computer and use it in GitHub Desktop.

Select an option

Save deveshmittal/ca2437ddb8b10766b358 to your computer and use it in GitHub Desktop.
Add environment variable to PATH in mac
/etc/profile
~/.bash_profile
~/.bash_login
~/.profile
@deveshmittal
Copy link
Author

export ANDROID_HOME=/Users/deveshmittal/Desktop/adt-bundle-mac-x86_64-20140702/sdk

export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment