-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App crashed after download #137
Comments
I have the same issue . Here is my stacktrace
|
On my side, it was because I was changing the packageId on the build.gradle file but not on the main activity (In a multi-tenant & environment application). I don't have this problem anymore. |
Somehow the config-file that should be added to AndroidManifest.xml from the plugin.xml gone missing after build, add below xml tags to config.xml it from plugin.xml file inside plugins/cordova-plugin-app-update you can reproduce the problem by removing platform then add platform again Sorry for bad english, i hope it helps |
Did you find the solution? I facing the same issue. |
Got a exception like this,
Device : Huawei MediaPad T3 10
Model number : AGS-l09
EMUI - 5.1
Android version 7.0
Now I'm using ionic-angular 3.9.2, app-update "^4.20.0" and cordova-android "8.0.0". But I guess this happen on some older plugin version.
This is the only device I have the issue with. My clients says some other mobile devices have same issue. But in some devices working perfectly.
The text was updated successfully, but these errors were encountered: