Setting ANDROID_HOME on OS X

If your running OS X Yosmite your Android SDK should be located in

 /Users/<username>/Library/Android/sdk/platform-tools

After confirming location of your Android SDK you can permanently set your ANDROID_HOME variable to point to it in your .profile

cd ~
vi .profile
launchctl setenv ANDROID_HOME  /Users/<username>/Library/Android/sdk/platform-tools