Skip to content

Instantly share code, notes, and snippets.

@rosuH
Created June 10, 2019 06:47
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 rosuH/63a22bad1d52164f747390bf0d060043 to your computer and use it in GitHub Desktop.
Save rosuH/63a22bad1d52164f747390bf0d060043 to your computer and use it in GitHub Desktop.
Set ADB in MacOS
export ANDROID_HOME=/Users/$USER/Library/Android/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