I have received emails from Google stating I need to update my Android apps to Android 14.
“Update your Play Core Maven dependency to an Android 14 compatible version! Your current Play Core library is incompatible with targetSdkVersion 34 (Android 14), which introduces a backwards-incompatible change to broadcast receivers to improve user security. As a reminder, from August 31, Google Play requires all new app releases to target Android 14. Update to the latest Play Core library version dependency to avoid app crashes”
I have just tried to build with <engine name="android" spec="13.0.0" />
But on checking the build log it states:
Android Target SDK: android-34
Android Compile SDK: 33
I see your android target SDK ver is 33.but my vb.log says it should be >= 34.is that the case?
I have problem generating apk xml version=1.0 encoding=UTF-8.log (2.1 KB)
Whenever I am on win11,there is always a virtual box running,I use voltbuilder to create a debug built,and it runs a few command prompt and amends my debug.apk as invalid,so I think I couldn’t continue using voltbuilder …
(Android spec 12,target SDK 33)
(Android spec 13,target SDK 34)
Both package invalid.am I the only one?anyone encounter this?best rdgs,tst
Have you managed to solve this? We haven’t had any other complaints of users receiving bad APKs. Would you be able to share a link to your APK here or with our support?
I uninstall old apk.then install new apk,it’s ok now.
If w/o admob,apk runs fine for android 12 or 13.
Sfighter.apk appears logo then quit for
Android 13 target 34,using admob-plus-cordova.
Don’t know how to attach link.cant attached apk file in Gmail.
Anyway,already attached apk and sent to support using yahoo mail.
Another thing,min SDK ver should be 24 ,according to the site procert posted.
Yes I target Android 34 with <engine name="android" spec="13.0.0" />
However after building with VoltBuilder the log states:
Android Target SDK: android-34
Android Compile SDK: 33 <---------seems to compile @ 33??
The app will still run after this build but I need it to be Android 34.
NOTICE FROM GOOGLE = “Update your Play Core Maven dependency to an Android 14 compatible version! Your current Play Core library is incompatible with targetSdkVersion 34 (Android 14), which introduces a backwards-incompatible change to broadcast receivers to improve user security. As a reminder, from August 31, Google Play requires all new app releases to target Android 14. Update to the latest Play Core library version dependency to avoid app crashes ”
Ahh, i think you mean this setting? <preference name="android-targetSdkVersion" value="33" />