I am trying to develop for android and I want to add the adb to my PATH so that I can launch it really easily. I have added directories before by f
Android Studio v1.2 installs the adb tool in this path:
~/Library/Android/sdk/platform-tools/adb
So it goes like this:
adb version and expect an error outputtouch ~/.bash_profileopen ~/.bash_profilesource ~/.bash_profileadb version and expect an outputGood luck!