Is support for Android API Level 36 planned for AIR SDK? #4244
Unanswered
Boycraft123
asked this question in
Q&A
Replies: 1 comment 4 replies
|
Hi The targetSdk value should be solely determined by the value within the The compileSdk value has some additional dependencies on build tools and availability of the platform within the Android Studio / Gradle settings, along with similar restrictions depending on Java and Gradle versions. Are you able to share the adt.log file, or copy the information from the Troubleshooting section of the AIR SDK Manager, so that we can see a little more what might be going on within the ADT process? thanks |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hello AIR SDK Team,
I am currently using AIR SDK 51.3.2 and have successfully migrated my Android application to ARM64.
I confirmed that AIR SDK 51.3.2 generates an APK with targetSdkVersion 35.
However, I noticed that the generated APK still uses targetSdkVersion 35, even when I specify a higher value in the application descriptor.
Could you please let me know if support for Android API Level 36 (targetSdkVersion 36 / compileSdkVersion 36) is planned for an upcoming AIR SDK release?
If there is already a recommended workaround or beta version that supports API Level 36, I would greatly appreciate any information.
It would be very helpful if support is expected in the near future.
Thank you for your time and for your continued work on AIR SDK.
All reactions