Simple Ionic 3 App Not Working on Android Device

Hello dumdem

Which android version has your device?

I’m having the same problem (and message) while testing on an Android v.4.4.3 smartphone, a blank app I’ve just created with ionic start MyApp blank

I think it’s because the app uses the cordova-plugin-ionic-webview, and that plugin requires Android >= 5;
as they say on their github: https://github.com/ionic-team/cordova-plugin-ionic-webview#requirements

I’m still trying to find a workaround.

1 Like