How to target SDK 34 ? #3337
-
Hi, Google play is now requiring to target SDK 34 (Android 14). I've download the last AIR SDK and compile my app but it still targeting SDK 33. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 15 replies
-
Add the following to your manifest additions (adjust minimum version as needed): <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="34" /> |
Beta Was this translation helpful? Give feedback.
-
Than you very much for your answer !
Cheers !
…________________________________
De : Michael ***@***.***>
Envoyé : dimanche 7 juillet 2024 16:22
À : airsdk/Adobe-Runtime-Support ***@***.***>
Cc : stephanberger4 ***@***.***>; Author ***@***.***>
Objet : Re: [airsdk/Adobe-Runtime-Support] How to target SDK 34 ? (Discussion #3337)
Add the following to your manifest additions (adjust minimum version as needed):
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="34" />
—
Reply to this email directly, view it on GitHub<#3337 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABQWF7Q7FYYXWMMNZMA7KDDZLDGBLAVCNFSM6AAAAABKPAQKAWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TSNZXG4YTE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
All my games got a policy violation in Google Play as well, stating I need to target API level 34 before August 31. |
Beta Was this translation helpful? Give feedback.
-
I would like to ask a question, I use animate and air sdk harmann...when creating my aab file in android studio/android sdk, I have API 33 installed. If now I change in my manifest to point to API 34, when creating my updates I have to do it by installing API 34 in android studio to create the aab or it is not necessary and I can continue creating the aab with API 33? thank you very much. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Google said to me that "A recent policy violation in your app has been addressed". In Android Studio in SDK manager I selected in SDK Platforms: Android SDK Platform 34, Sources for Android 34, Android SDK Platform 34-ext8 and Android SDK Platform 34-ext12. Also I unselected the checkboxes which I had near SDK34 there. Also I selected 34.0.0 in SDK Tools. Then the needed Android SDKs were downloaded and installed. I also updated all the Distriqt's ANEs to get the In-App version of 6.2.1 I compiled .aab and released it on Google Play and something like one day after that I saw a message in the developer console: "A recent policy violation in your app has been addressed". |
Beta Was this translation helpful? Give feedback.
There's a handy guide that someone wrote :-)
https://medium.com/airnativeextensions/adobe-air-and-the-android-target-sdk-59f5b60bb9bd
FYI we will be setting targetSdkVersion of 34 to be the new default, in the 51.1 release...