Maddy
Maddy

Reputation: 590

Install PhoneGap 3.3 on Windows for Android (Eclipse)

I've installed PhoneGap 2.9.1 on Windows and followed this tutorial for Eclipse: http://www.adobe.com/devnet/html5/articles/getting-started-with-phonegap-in-eclipse-for-android.html

Now I want to update PhoneGap and my project to PhoneGap 3.3, but I don't know, how to do that.

Can somebody help me with this?

Upvotes: 2

Views: 22696

Answers (2)

mboeckle
mboeckle

Reputation: 972

Also like this tutorial, was working fine for me.

  • install NodeJS
  • install Cordova
  • create Project
  • import the Project into Eclipse

best

M

Upvotes: 0

kiran
kiran

Reputation: 2428

You need to install Nodejs, then install cordova using nodejs. Then you need to create Phonegap project, add required plugins to the project. These steps are described in the below link.

http://codingsquare.blogspot.in/2013/08/creating-cordova-3-android-project.html

Then you need to copy the app from www folder of your PhoneGap 2.9.1 app into the www folder in the root of the latest cordova project.

Then add the platform and you can import the project into eclipse.

Upvotes: 3

Related Questions