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
adb
PATH
On my Macbook Pro, I've added the export lines to ~/.bash_profile, not .profile.
e.g.
export PATH=/Users/me/android-sdk-mac_86/platform-tools:/Users/me/android-sdk-mac_86/tools:$PATH