Google Dan Brown May 8, 2025

Preparing Apps for 16KB Page Size Devices

Article Summary

Dan Brown from Google Play just dropped a requirement that'll affect every Android app targeting Android 15+. Starting November 1st, 2025, your app must support 16 KB page sizes or risk breaking on next-gen devices.

Google is mandating 16 KB page size support for all apps targeting Android 15+ submitted to Play Store after November 2025. This shift from the historical 4 KB standard prepares apps for newer devices with more RAM and unlocks significant performance gains across the board.

Key Takeaways

Critical Insight

Most apps will need minimal changes to meet the November 2025 deadline, with pure Java/Kotlin apps already compliant and native code apps requiring toolchain updates.

The article reveals which popular game engine is still working on 16 KB support and might catch developers off guard.

About This Article

Problem

Android device manufacturers are switching to 16 KB page sizes instead of the traditional 4 KB standard to improve performance on devices with more RAM. This means apps need to be recompiled and tested to work properly.

Solution

Developers can use Google Play's app bundle explorer tool in Play Console to quickly check if their builds meet the requirements and see what needs updating. The December blog post also has detailed technical guidance on recompilation and memory management checks.

Impact

When apps support 16 KB page sizes, camera launch speeds improve by 4.5% to 6.6%, and Android devices boot about 8% faster. These performance gains add up across the entire device ecosystem.