Android developers are preparing for a transition to a 16 KB memory page size, expected to improve performance by 5–10% across applications and games. Google has introduced developer options for testing on Pixel 8 and Pixel 9 devices, with support from other OEMs like Samsung and Xiaomi anticipated.
Developers using native code must assess and rebuild their apps, ensuring compatibility with the new page size by upgrading to Android Gradle Plugin version 8.5.1 or later and using NDK version r28 or later. Applications without native code will remain compatible without modification.
Testing for compatibility can be done using emulators or physical devices like the Pixel 8/8 Pro and future Pixel 9 models. Developers are advised to avoid hardcoding assumptions about memory page sizes to prevent compatibility issues.