Go to file
2009-12-22 16:38:30 -08:00
framework Adding menu event and buttons 2009-12-17 13:21:13 -08:00
js Adding menu event and buttons 2009-12-17 13:21:13 -08:00
plugins Adding PhoneGap Plugins 2009-12-17 16:43:10 -08:00
.gitignore added gitignore for android. moved project specific ignores into respective directories 2009-11-18 14:06:56 -08:00
build.rb Fixing the build process, found Android 2.0 bugs 2009-11-30 15:41:24 -08:00
README first commit 2009-08-11 23:51:45 -07:00
README.md Updating README 2009-12-22 16:01:54 -08:00

PhoneGap Android

PhoneGap Android is an Android application library that allows for PhoneGap based projects to be built for the Android Platform.

Pre-requisites

  • Ruby, Rubygems (for build.rb)
  • Eclipse (Recommended for back-end debugging, not required)

Getting Started from Command Line

Step 1: cd framework && ant jar Step 2: In the root directory, run:

ruby build.rb <package_name>

app-name: Name of application without spaces package name: Java namespace of package ( i.e. com.nitobi.demo) www-dir: www directory which includes an icon.png file for the icon path: The path you wish to put your PhoneGap Application

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