Answers for "how to access adb globally on mac"

1

how to access adb globally on mac

echo 'export ANDROID_HOME=/Users/$USER/Library/Android/sdk' >> ~/.bash_profile
echo 'export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools' >> ~/.bash_profile
Posted by: Guest on June-22-2020

Code answers related to "how to access adb globally on mac"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language