Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 660 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 660 Bytes

GETTING STARTED:

  1. Setup your development environment
  2. 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.