Posted: 13th Oct 2024 12:14
Hi,

I installed AppGameKit Studio V2023.08.23(AppGameKitStudio-2023.08.23a-Windows.zip (406.93MB)) in this month of October 2024 on my Windows 11 PC.
I inform you that the visible list of Android Export APK Type Google Bundle in the option ?Minimum Android version? starts from 4.1(API 16) and ends 12.0(API 31)
API 33 is still not visible in the list of possibilities!

Similarly, with AppGameKit-2023.10.24-Windows.zip (358.05MB) API 33 is not visible in the list!

I need the api 33 to be available to deploy my app.

However, it seemed that this problem should be solved in this version. Why don't I see api 33 available in my list of api version choices for google bundle?

Sincerely
Posted: 14th Oct 2024 15:59
The V2023.08.23a targets API 33, the minimum version is exactly what is says and is the minimum API supported so if you set it at say 30 you would target 33 to 30 and if you set it to 29 you would target 33 to 29 etc.

From August 2024 Google have changed the target API to 34 (I think you can request an extension on API33 until November 2024) so you app needs to target 34 or 35 really, so you need to use the Steam version that targets API 35.

The Classic version October 2023 targets API 33 is missing a lot of files so doesn't work for Android. If you are exporting APPS for google then your shouldn't be using this version, The last working version of Classic that worked correctly was January 2023 but this only targets API 31.

I think most people leave the minimum API on 16
Posted: 15th Oct 2024 17:51
Thank Zaxxan for clarifying the management of api exports.