Reputation: 4563
I want to develop a PhoneGap
app on android platform. For that I referred official site of Phonegap and also installed NodeJS
. After that according to that document I also executed C:\> npm install -g phonegap
command to install PhoneGap. Then I also downloaded PhoneGap 2.9.1 from archives section. Now the problem is that according to this doc,it states that there will be cordova-1.8.0.js
and cordova-1.8.0.jar
from cordova download,but there is no such jar inside that folder. I am also not getting where I should download cordova-android plugin. I downloaded cordova from this link and extracted its content but there is no such file - cordova-1.8.0.jar1
. What should I do? I am confused on using PhoneGap with Android. Please help me for that.
Thank you.
Upvotes: 1
Views: 631
Reputation: 1069
Just Follow this url for the creation of your application in phone gap in android
Cheers. This will solve your problem.
Upvotes: 2