breautek commented on issue #1659: URL: https://github.com/apache/cordova-android/issues/1659#issuecomment-1708507522
> java.lang.NullPointerException: Attempt to invoke virtual method 'void org.apache.cordova.CordovaPlugin.privateInitialize(java.lang.String, org.apache.cordova.CordovaInterface, org.apache.cordova.CordovaWebView, org.apache.cordova.CordovaPreferences)' on a null object reference This is signalling that you have a plugin entry but the class is missing. The generated `config.xml` that is used by the native platform is likely in a bad state. Does removing and re-adding the platform reproduces the issue? ``` cordova platform remove android cordova platform add android@12 --verbose ``` If that fixes the issue, then I'm guessing you had a plugin that didn't install properly for whatever reason. If it doesn't fix your issue, then please post the results of the verbose output. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org