-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
32 lines (16 loc) · 876 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PhoneGap for Eclipse
----------------------------------------
What is it?
This is a simple wizard that adds the PhoneGap directories and files to an EXISTING Android project.
----------------------------------------
What is added?
The folder "assets/www" is created and populated with the cordova-2.2.0.js file and a sample index.html file that invokes the PhoneGap notification API.
The folder libs is added to with the cordova-2.2.0.jar file
The folder res/xml is created and the config.xml populated.
----------------------------------------
How do I invoke it?
File/New and select PhoneGap for Eclipse. Then choose the ANDROID project that the changes are to be applied to.
----------------------------------------
How do I install it?
Download the jar file from the plugins folder and place in your Eclipse/plugins folder.
Restart Eclipse and that's it.