I just received a message from Google that my app does not support 16kb memory sizes and I won’t be able to update it after May 26:
“Critical message: Your app is affected by Google Play’s 16 KB page size requirements
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.”
Here’s more about this:
Are there plans to support 16kb packages before the timeline?
(Note: We’re using Unity 2022.3 and can’t update to Unity 6 because of a lot of dependencies, including native plugins.)
For those who still get the error on play console even after updating to the supported Unity version, check on your play console the app bundle that is affected and check the “memory page size” under details.
It will show the plugins affected. In my case it was an outdated firestore plugin.
I encountered a problem: Google Play Console still shows that the application does not support 16kb, but there is no prompt *.so, I would like to know how to solve it?