Google Play 16kb page size requirements

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.)

Seems to be a big official thread about it being supported already: [INFO] Unity Engine support for 16 KB memory page sizes (Android 15+)

Ok, thanks for the info!

As @spiney199 mentioned, 16 KB support already landed in all Unity versions some months ago:

  • Unity 6000.1+ released February 9, 2025
  • Unity 6000.0.38f1 released February 14, 2025
  • Unity 2022.3.56f1 released January 15, 2025
  • Unity 2021.3.48f1 released January 22, 2025 accessible under extended LTS support for Enterprise/Industry customers.

Unity version 6.2 and 6.3 are fully supported as well.

The version of Unity I am currently using is 2022.3.62f1. Is it compatible with the 16 KB page size?

Yes, any version higher than 2022.3.56f1+ supports 16 KB page size.

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?

I am using unity 600.032f1 its not support 16 kb page size

Support for 16 KB pages was added in 6000.0.38f1. Please update your unity version.