Go to file
2010-01-27 15:00:21 -08:00
example cleanup continued 2010-01-26 16:24:35 -08:00
framework sweet one line building! 2010-01-27 15:00:21 -08:00
.gitignore reorg of project assets 2010-01-26 13:54:02 -08:00
droidgap sweet one line building! 2010-01-27 15:00:21 -08:00
README.md sweet one line building! 2010-01-27 15:00:21 -08:00

PhoneGap/Android

PhoneGap/Android is an Android application library that allows for PhoneGap based projects to be built for the Android Platform. PhoneGap based applications are, at the core, an application written with web technology: HTML, CSS and JavaScript.

Pre-requisites

  • Eclipse (Great for debugging and extending PhoneGap/Android with your own Java plugins.)

Getting Started with PhoneGap/Android

  1. From the root of this repo run the following command:

    ./droidgap <android_sdk_path> <package_name>

Params

  1. Now you can use the generated Android code that is located in the 'path' directory from the above step and do what you want with it: import into Eclipse to test with the simulator or otherwise.

Using Eclipse with PhoneGap

The wiki article to get started with Eclipse can be found at http://phonegap.pbworks.com/Getting-started-with-Android-PhoneGap-in-Eclipse