isleofcode / corber

CLI for building hybrid apps with Ember/Vue/Glimmer/Cordova
http://corber.io
MIT License
332 stars 100 forks source link

Playstore not accepting app built with this anymore #714

Open HarshRohila opened 1 year ago

HarshRohila commented 1 year ago

Playstore requires minimum target SDK version 31, that required cordova-android v11 This is installing v9 on running corber add platform android Even if I manually install cordova-android v11, still the APK built is not installing in Android 12

tjozwik commented 1 year ago

@HarshRohila have you tried installing it by corber platform add android@11.0.0? I've used android plugin v10.1.1 some time ago and it worked using this method.