colin
colin

Reputation: 87

How do I upgrade from cordova android 3.2 to 3.3 with eclipse?

Following the latest instructions from the docs I ran the update command with the cordova cli. I also updated eclipse and the android tools to API 19 as requested.

In the docs it says "IDE users will need to import the newly added MyProject-CordovaLib project into their workspace." However, when I go to eclipse and import the library, I don't know where it is. If I import the CordovaLib folder that is within the android folder, it comes up as "null-CordovaLib" And I still get build errors.

Can someone help me out here and provide me with the instructions to get this going?

enter image description here enter image description here enter image description here enter image description here

Upvotes: 1

Views: 252

Answers (1)

Dan v
Dan v

Reputation: 21

I am also seeing similar behavior except the build error goes away when I import null-CordovaLib.

As a workaround, try recreating the project rather than upgrading it and then copy your html assets to the newly created project.

It might also help if you post the text of the error's you are seeing or the error log view.

Upvotes: 1

Related Questions