android - How to get the cordova jar from cordova 3.3.0? -
I have developed an Android app in PhoneGrap. For this, I used Cordova 2.9.0 and evolved in eclipse I now want to upgrade the Cordova from 2.9.0 to 3.3.0, but I can not find Cordova jar in Cordova 3.3.0. I am trying very hard to get Cordoba Jar form 3.3.0 but did not get the jar.
Question 1. What is the other way to get Cordova jar from Cordova -3.3.0?
Please give me some solution
Thanks in advance
PhoneGrap / Cordova project structure and workflow have changed significantly One of the recent changes for Bit 2.x to 3.x versions has been included in the CordovaLab project, including pre-compiled. Instead of adding classroom classes, every newly created project is included. In this way, you will not find Cordova.Which you are searching for in version 3.3.
The easiest way to upgrade can be to create a new 3.x project with a scratch and it will be able to access its existing assets / resources. It is explained in detail here (for Android):
Best.
Comments
Post a Comment