- https://developer.android.com/studio/index.html
- Install the dmg
- Run through the wizard with default (standard) options
This will set $ANDROID_HOME for you, but not update your PATH so android dev tools are available via the command line.
Add export PATH=$PATH:~/Library/Android/sdk/tools to your .[whatever]rc file.
Click the little android icon in android studio and accept all default settings until you have a virtual device installed.
Follow steps found here: https://cordova.apache.org/#getstarted
git clone [project url]
cd [project path]
npm install
grunt build cordova
cordova platform add android
cordova build android