apache / cordova-android

Apache Cordova Android
https://cordova.apache.org/
Apache License 2.0
3.59k stars 1.52k forks source link

Android 14 support ? #1688

Closed matrixreal closed 4 months ago

matrixreal commented 4 months ago

Hello, Does cordova android 12 support android 14? Thanks

breautek commented 4 months ago

Depends what you mean by "support".

Will it run on Android 14? Yes, it should.

cordova-android@12 however doesn't target Android 14 (aka API 34) nor does it compile with API 34 SDK. That will come with https://github.com/apache/cordova-android/pull/1678 which will be available in a 13.x release.

The fork can be installed if you want to it a preliminary test.