setting ANDROID_HOME in osx 10.10 yosemite

Posted on at


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



About the author

LrY

webmaster of this wonderful social game1!!1!1

Subscribe 0
160