isleofcode / corber

CLI for building hybrid apps with Ember/Vue/Glimmer/Cordova

Home Page:http://corber.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playstore not accepting app built with this anymore

HarshRohila opened this issue · comments

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

@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.