Great to see you@MarcoCol and YES the new RC Build takes care of the API-35 requirement! I just helped a client update and it was successfully received and launched!
adent42Key Master, Head Chef, Executive Chef, Member, PROPosts: 3,272
Sorry I forgot to post in this thread. Use Build RC and you will get an app with an up-to-date API level and updated Google Billing API to match current app store requirements. The current RC looks good, so we'll be moving the RC to general release soon.
I tried it already, API 35 works, fine. But what about the feedback from "NoobDev", below (I got the same recommendation):
----------
Recompile your app with 16 KB native library alignment
Your app uses native libraries that are not aligned to support devices with 16 KB memory page sizes. These devices may not be able to install or start your app, or your app may start and then crash.
There are new app bundles in this release that do not support 16 KB.
Version codes:
112
Android 15 supports devices with 16 KB memory page sizes, which can improve your app's performance. We recommend recompiling your app when you migrate to Android 15 and testing your app in a 16 KB environment to avoid issues for users.
Regarding the 16kb pages, I received an ultimatum from Google today that apps must support 16kb memory pages by November 1st.
So, I need the option to update old APKs with API35 (including these 16kb memory pages) and, on the other hand, to update the AABs with these supported 16kb memory pages.
Unfortunately, time is running out...
adent42Key Master, Head Chef, Executive Chef, Member, PROPosts: 3,272
Should be ready by tomorrow (hopefully tonight)
adent42Key Master, Head Chef, Executive Chef, Member, PROPosts: 3,272
Build flag changes were relatively easy, now to test...
Comments
Great to see you@MarcoCol and YES the new RC Build takes care of the API-35 requirement! I just helped a client update and it was successfully received and launched!
Sorry I forgot to post in this thread. Use Build RC and you will get an app with an up-to-date API level and updated Google Billing API to match current app store requirements. The current RC looks good, so we'll be moving the RC to general release soon.
Hi,
I tried it already, API 35 works, fine. But what about the feedback from "NoobDev", below (I got the same recommendation):
----------
Recompile your app with 16 KB native library alignment
Your app uses native libraries that are not aligned to support devices with 16 KB memory page sizes. These devices may not be able to install or start your app, or your app may start and then crash.
There are new app bundles in this release that do not support 16 KB.
Version codes:
Android 15 supports devices with 16 KB memory page sizes, which can improve your app's performance. We recommend recompiling your app when you migrate to Android 15 and testing your app in a 16 KB environment to avoid issues for users.
Additional urgent feedback:
I've also some APKs to update. But there currently the highest possible API-Level is 34.
Google doesn't accept them. I have from now less than 2 months to update them.
I am not sure, if I can go on with an AAB in an App which uses formerly an APK, I will check
Hi, any feedback on that, specially APK with API35?
Regards, Marco
Hi again,
Regarding the 16kb pages, I received an ultimatum from Google today that apps must support 16kb memory pages by November 1st.
So, I need the option to update old APKs with API35 (including these 16kb memory pages) and, on the other hand, to update the AABs with these supported 16kb memory pages.
Unfortunately, time is running out...
Should be ready by tomorrow (hopefully tonight)
Build flag changes were relatively easy, now to test...
Sounds good. You mean for API35 for APKs as well as the 16kb problem?
Hi,
any news on that?