How to set up ADB Path in Mac Terminal Bash Profile and access ADB commands
If you’re looking to enjoy global access to ADB and Fastboot command-line tools after launching the Mac Terminal, you should follow the steps mentioned below.
Press Command + Shift + H on the keyboard Press Command + Shift + G and enter “~/” Double-click the Macintosh HD icon on the desktop before clicking Users -> Home icon Click on the Go tab in the Finder bar before selecting Home
echo ‘export PATH= $PATH : ~/android-sdk- macosx/platform-tools/ ‘ » ~/.bash_profile echo ‘export PATH = $PATH: ~ /Users/username/platform-tools/’ » ~/.bash_profile source ~/.bash_profile echo $PATH