Advertisement
Guest User

Install adb on Mac - 10158

a guest
Feb 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. If you already have Android Studio installed
  2. Add platform-tools to your path
  3.  
  4. echo 'export ANDROID_HOME=/Users/$USER/Library/Android/sdk' >> ~/.bash_profile
  5. echo 'export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools' >> ~/.bash_profile
  6.  
  7. Refresh your bash profile (or restart your terminal app)
  8.  
  9. source ~/.bash_profile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement