-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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.
How to fix
Create a new release that supports 16 KB memory page sizes and publish it to production.
To build your app bundles with 16 KB support, follow our instructions for supporting 16 KB devices.
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
Copilot