#Installing PhoneGap
Install Nodejs from
http://nodejs.org/
If you have homebrew installed
brew update
brew install node
##Install Android SDK
brew install android-sdk
android
touch ~/.bash_profile
open ~/.bash_profile
sudo npm install -g phonegap
#Create PhoneGap App
phonegap create my-app
cd my-app
phonegap run android
phonegap run android --device
####Resources http://panopticdev.com/blog2014/phonegap-mac-osx-setup-configuration-android-ios/