Delphi Yukon?

Hello,

I use Delphi 11, Update 3.

I have an Android app written in Delphi which uses TMS Fnc components.
Today I couldn't upload the new version on Google Play because : "Your app currently targets API level 32 and must target at least API level 33 to ensure that it is built on the latest APIs optimised for security and performance."

I read that "Delphi Supports Android API 33 Via Yukon Beta" , however there is no point in installing it if I can't install TMS Fnc components on Yukon.
Is there a version for Yukon? Thank you!

1 Like

There is currently no official support for Yukon, we do source code changes from time to time during the beta period but we detected an issue so the current version of FNC is not compatible. There are ongoing developments that prevent this for now.

But did you know you can change the target API level in the Android XML manifest template? Just change this line:

<uses-sdk android:minSdkVersion="%minSdkVersion%" android:targetSdkVersion="%targetSdkVersion%" />

to

<uses-sdk android:minSdkVersion="%minSdkVersion%" android:targetSdkVersion="33" />