Google Play’s strict memory usage rules will go into effect starting in November

Google has announced an important change to the rules for publishing Android apps. Starting November 1, 2025, all new apps and updates designed for Android 15 and above will have to support 16KB memory pages – instead of the outdated 4KB standard that’s been in use for years.
Why is Google changing the standard?
This change is due to the modernization of Android’s memory management system amid the growing amount of RAM in modern devices. Smartphones like the Pixel 9 already run with 16KB pages. Google claims that this approach reduces overhead and speeds up the overall system.
- System booting is 8% faster;
- greater battery life by 4.5%;
- application startup is accelerated by 30%;
- starting the camera – by 6.6%;

Who will be affected by the new requirement?
Applications that don’t use native code don’t have to change anything. However, developers who use native libraries or SDKs will likely require updates. Those who write native code will need to recompile using updated tools.
Any application that does not use native code will need to recompile using updated tools.
Google advises checking app compatibility in the Play Console’s App Bundle Explorer and be sure to test apps on real devices that support 16KB pages.
The deadline is November 1, 2025
Most popular apps are already compatible with this requirement – especially those developed with Flutter or React Native. Unity also supports 16KB pages, but there’s no confirmation for Unreal Engine yet.
Google is urging developers to assess their dependencies ahead of time and prepare for the transition – to avoid last-minute issues. While the change doesn’t look massive, it promises Android users a significant performance boost.
The story Strict memory usage rules will take effect on Google Play starting in November was first published on ITZine.ru.