– Download the Android SDK for Macintosh
– Extract it
– Open up a terminal window
– type: pico .bash_profile (this will create a .bash_profile)
– type the following in the new screen: export PATH=$
{PATH}:/tools
– Hit CNTRL + X
– Hit Y (for yes to save)
– It will return you to the terminal screen… type: exit
– Restart terminal.
– Then you can use your adb commands like you would on a PC. To test
this, plug your device in (make sure its in debugging mode), then type
“adb devices” in the new terminal window. It should show up with a
number. This means you are good to go.