Ionic Cordova Build / Manifest Supported Devices On Play Store
I'm using Ionic Cordova for building an Android app. I've built and deployed the app to Play Store using Ionic's deployment instructions. This has worked fine apart from, I only su
Solution 1:
I think you'll find if you remove the <compatible-screens>
block from your AndroidManifest.xml that will fix it.
Did you add them yourself or was it a plugin?
The reason being is that the Nexus 5 is a xxhdpi screen and the compatible screens doesn't have that. Either add them all (xxxhdpi too) or remove the whole block
Post a Comment for "Ionic Cordova Build / Manifest Supported Devices On Play Store"