apache / cordova

Apache Cordova
https://cordova.apache.org/
584 stars 61 forks source link

Android 11 support #337

Closed tushaagit closed 1 year ago

tushaagit commented 1 year ago

Feature Request

cordova Android 11 and 12 support expected release date?

Motivation Behind Feature

Feature Description

Alternatives or Workarounds

breautek commented 1 year ago

API 31 & 32 will be supported in our next major release.

Due to volunteer nature of Apache projects, I cannot give a timeline, but the release actively progressing through the Apache's release process, so I can say it will be released soon.

erisu commented 1 year ago

Cordova-Android@11.0.0 has already been released and the Android API Level Support table can be read here.

xecomit commented 1 year ago

The latest android platform that [Cordova-Android@11.0.0] supports is android 10.1.2, We have few third party plugins like background geolocation which requires to upgrade the sdk version to latest i.e 32 which is currently not possible due to older android platform and API's, Please recommend any good background geo tracking plugin which can provide good support to existing cordova platform image

breautek commented 1 year ago

The latest android platform that [Cordova-Android@11.0.0] supports is android 10.1.2

This statement doesn't make a whole lot of sense. android 10.1.2 as shown in your installed platforms is the installed cordova-android version. You can upgrade it by running these commands:

cordova platform remove android
cordova platform add android@11

Which will install the latest release of cordova-android@11.

cordova-android@11 supports API 31 and 32. By default it will target API 32.

Locking this thread to avoid further hijacking. If you have further questions, I'd suggest asking our Slack Community