I am using phonegap 3.4.0 version for my android app project. My app is working fine in this version. Now, I want to test my app in cordova version 2.9.0. I have searched net and haven't get a grip on this issue.

My question is, how do i downgrade my phonegap version 3.4.0 to phonegap version 2.9.0? also, cordova library is not showing up in my eclipse after changing version to 2.9.0. Without CordovaLib the project will not run. What should do to add CordovaLib in my app?

有帮助吗?

解决方案

To downgrade my phonegap version 3.4.0 to phonegap version 2.9.0, I used the below command line interface:

$ sudo npm install -g cordova@2.9.0

This Link helps me to add CordovaLib in both ios and android.

REF: Phonegap 3.3 Eclipse: -CordovaLib project missing Android properties

其他提示

npm install -g phonegap@2.9.0-rc1-0.12.2

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top