Android Studio v1.2 installs the adb tool in this path:
~/Library/Android/sdk/platform-tools/adb
So it goes like this:
- Run Terminal
- run
adb versionand expect an error output touch ~/.bash_profileopen ~/.bash_profile- add the above path before the 'closing' :$PATH
source ~/.bash_profile- run
adb versionand expect an output
Good luck!