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 version
and expect an error output touch ~/.bash_profile
open ~/.bash_profile
- add the above path before the 'closing' :$PATH
source ~/.bash_profile
- run
adb version
and expect an output
Good luck!