I am trying to get adb (Android Debugging Bridge) working on my MBP (OS X 10.7.3) and so far am having trouble. I know this is something simple….
I currently have my path set to:
PATH="$PATH:/Users/stevieo/android-sdk-macosx/tools;/Users/stevieo/android-sdk-macosx/platform-tools"
export PATH
But when I source my .bash_profile, I still cannot launch adb, as I get: “-bash: adb: command not found”
Any and all thoughts and comments are appreciated!
Regards,
Steve O’Sullivan
You have a semicolon instead of colon between the two folder paths..