Google Play requires apps to support 16KB memory page sizes
Closed this issue · 1 comments
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:
- Prepare your Play app for devices with 16 KB page sizes
- Test your app in a 16 KB environment
- Transition to using 16 KB page sizes for Android apps and games using Android Studio
- Read the technical requirement announcement
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.
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)