breautek commented on issue #1432: URL: https://github.com/apache/cordova-android/issues/1432#issuecomment-1186070540
Using proguard will cause issues like this. If you're using Proguard, you'll need to disable it or add exception rules (cordova has many APIs that are invoked by strings, used by plugins, therefore they cannot be obfuscated. - https://stackoverflow.com/questions/57802791/unable-to-start-activity-componentinfo-java-lang-runtimeexception-failed-to-cre - https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/145 Please confirm if you are using proguard and if so, if disabling it solves your issue. Due to the nature of plugin API calls, using proguard isn't really a supported configuration. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
