You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/06/19 14:51:27 UTC

[GitHub] [cordova-android] breautek commented on issue #1003: Downloaded Android(Ionic) app from play store shows keep stopping when trying to open the app

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org