Search code examples
androidcordovacordova-3

Cordova 3.3.x - Android CordovaLib


When was the cordova.jar file removed from Cordova and replaced with CordovaLib? I was previously running Cordova 3.1.0-0.1.0.

Today I have upgraded to Cordova 3.3.0 (which was quite a headache, but I've completed the upgrade) and I've noticed a difference in my Android project structure: Cordova has created my project (with what I've named it) and it has also created -CordovaLibs.

Is this right? I know iOS it does this - but not Android (as I say, usually a JAR is added).


Solution

  • It's introduced in 3.3, had me baffled too.

    Cordova 3.3 release notes: http://cordova.apache.org/announcements/2013/12/16/cordova-330.html

    CB-5232 Change create script to use Cordova as a Library Project instead of a .jar