GETTING STARTED:
- Setup your development environment
- Setup the project
ENVIRONMENT SETUP
Follow Steps 1 & 2 from the instructions found on the PhoneGap.com Getting Started Page to get all the necessary software for contributing to this project.
PROJECT SETUP (using Eclipse)
In the Project Properties -> Java Build Path under Libraries be sure to include the phonegap-1.0.0.jar. Project should target Android 2.2.
ANT CONFIGURATION
Make sure to modify the sdk.dir variable in the local.properties file so that it points to the location where the android sdk is installed on your computer.