App must support 16 KB memory page sizes
Status: You won't be able to release app updates (247 days away from today 27/08/2025)
Date sent: Aug 26, 2025
Deadline: May 1, 2026
To ensure your app works correctly on the latest versions of Android, Google Play requires all apps targeting Android 15+ to support 16 KB memory page sizes.
From May 1, 2026, if your app updates do not support 16 KB memory page sizes, you won't be able to release these updates.
Your latest production release does not support 16 KB memory page sizes.
https://developer.android.com/guide/practices/page-sizes#compile-16-kb-alignmenthttps://android-developers.googleblog.com/2025/07/transition-to-16-kb-page-sizes-android-apps-games-android-studio.html
Comments
Hopefully that will be enough.
Likes: MobAmuse
based on this list I am not sure why I am embedding openxr loader, but it's off topic here
Thank you
Likes: MoKaLux, MobAmuse
And yes libopenxr_loader is not necessary here, it is only used for meta quest. I will check APK export and remove it if Quest support is not selected.
Likes: MoKaLux, pie, MobAmuse, vitalitymobile
One or more of the APIs you use or parameters that you set for edge-to-edge and window display have been deprecated in Android 15. Your app uses the following deprecated APIs or parameters:
android.view.Window.setStatusBarColor
LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES
These start in the following places:
com.giderosmobile.android.player.GiderosApplication$6.run
com.giderosmobile.android.APPActivity.onCreate
To prepare for the change to Android 15, migrate away from these APIs or parameters.
learn more: https://developer.android.com/about/versions/15/behavior-changes-15#edge-to-edge
Likes: MoKaLux, MobAmuse