breautek commented on issue #1003: URL: https://github.com/apache/cordova-android/issues/1003#issuecomment-646679959
`android6.3.0` isn't a supported cordova-android platform, as it doesn't support API 28, which is required by Google Play store (I'm not sure how you even uploaded your apk tot he app store, unless if you have overridden the target SDK). You need at least `cordova-android@8`. I'd start by upgrading the platform version... but based on the stacktrace, it appears to be crashing before cordova framework is executed, for the most part, assuming that `com.gae.scaffolder.plugin.Application` is your `CordovaActivity` class. If upgrading `cordova-android` does not work, then you'll need to provide a minimal reproduction app, without using ionic. (If you can't reproduce it without ionic, then this suggest the problem is within ionic). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
