I recently upgraded my app from Phonegap 1.6 to 2.2.
I've refactored everything (ex Plugin
--> CordovaPlugin
) and I'm also using the new config.xml
.
The app compiles and builds, however I constantly am getting an error in logcat and an error dialog box. The dialog says [ERROR] Error initializing Cordova: Class not found
.
The logcat error is:
Line 6048 : Error initializing Network Connection: Class not found
What could I be missing? The issue happens on multiple devices.
Update
I've already changed the config.xml for the network status plugin from Network Status
to NetworkStatus
. It reads: <plugin name="NetworkStatus" value="org.apache.cordova.NetworkManager"/>