I updated Phonegap from 3.0.0 to 3.3.0 as well as Cordova.
After that I updated my project by:
cordova platform update android
-> android updated to 3.3.0
Now I can't start my project anymore. Every Plugin-File has lots of errors.
Do I have to update the plugins as well, and how do I do that?
Edit.:
The library folder where cordova-3.0.0.jar used to be located is empty after the update. The Main-Src-Class can't extend neither DroidGap nor CordovaActivity.
If I put the old cordova-3.0.0.ja into the library-folder, my updated android project works again. I searched my project folder for a cordova-x.x.x.jar, but there is no library :(
Edit2:
I created a new Project and put my js-project (www-content) into the projcet www - folder. Now I can run this project from the console by phonegap run android. But if I open the android project with eclipse/android studio I can't launch the app due to this errors:
Edit: To update the plugins I remove the platform I'm developing for and add it again. This makes sure to have the plugins added to your project you have in your plugin-list. Changing a plugin always make sure to remove and re add the platform.