David Aguilar - OC Dev | Feb. 7, 2013
PhoneGap is an open source solution for building cross-platform mobile apps with standards-based Web technologies like HTML, JavaScript, CSS.
touch ~/.bash_profile; open ~/.bash_profile
export PATH=${PATH}:/Development/android-sdk-macosx/platform-tools:/Development/android-sdk-macosx/tools
source ~/.bash_profile
<project_folder_path>
is the path to your new Cordova Android project
<package_name>
is the package name, e.g. com.YourCompany.YourAppName
<project_name>
is the project name, e.g. YourApp (Must not contain spaces)
./create <project_folder_path> <package_name> <project_name>
C:\Users\David\Development\phonegap-2.3.0\lib\android\bin\create <project_folder_path> <package_name> <project_name>