luanti-org/luanti

Google Play requires apps to support 16KB memory page sizes

Closed this issue · 1 comments

https://play.google.com/console/u/0/developers/5047006023748437945/app/4976427850705178518/policy-center/issues/4988628455305180294/details

To ensure that 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 1 Nov 2025, 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.

How to fix

Create a new release that supports 16 KB memory page sizes and publish it to production.

Follow instructions for the game engine your game uses:

You can check the latest releases and app bundles to see if a newly uploaded bundle supports 16 KB.

For more information:

Need more time?

If you need more time to update your app, you can request an extension to this deadline. If you request more time, you'll have until 31 May 2026 to update your app.

sfan5 commented

If we upgrade our NDK past >= r28 then the necessary option will be enabled by default: https://github.com/android/ndk/wiki/Changelog-r28
(don't forget https://github.com/luanti-org/luanti_android_deps)