In my journey to setup my laptop to run phonegap I found that I needed to set the ANDROID_HOME var in bash,
in order to do that you need to write the following in your .bash_profile
export ANDROID_HOME=`brew --prefix android`
export PATH=${PATH}:$ANDROID_HOME/bin
export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools