7.4 C
New York
Wednesday, December 18, 2024

Get your apps prepared for 16 KB web page measurement gadgets



Get your apps prepared for 16 KB web page measurement gadgets

Posted by Yacine Rezgui – Developer Relations Engineer, Steven Moreland – Workers Software program Engineer

Android is evolving to ship even quicker, extra performant experiences. One key enchancment is the adoption of a 16 KB reminiscence web page measurement. This modification permits the working system to handle reminiscence extra effectively, resulting in noticeable efficiency positive aspects (5-10%) in each apps and video games. We supplied an in-depth technical rationalization and highlighted the efficiency enhancements in Including 16 KB Web page Measurement to Android.

That will help you take a look at your app on 16 KB gadgets, this performance is out there as a developer possibility on Google Pixel 8 and 9 gadgets, and Samsung gadgets will quickly provide related assist, in addition to Xiaomi, vivo, and different Android OEMs.

To make sure compatibility with 16 KB gadgets, apps that make the most of native code, both immediately or by libraries or SDKs, would possibly require rebuilding. Nonetheless, the transition is considerably simpler than the earlier shift from 32-bit to 64-bit structure. This text will information you thru the required steps to organize your apps for the upcoming gadgets. The following technology of gadgets is on its means, with the primary fashions supporting 16 KB web page sizes anticipated to reach in a few years.

Preparing for 16 KB: SDK builders

If you happen to develop your individual SDKs and libraries, we encourage you to replace them to be 16 KB web page measurement appropriate and take a look at them on 16 KB gadgets as quickly as attainable. It will give app builders ample time to include the required modifications. Registering with Play SDK Console is a good way to make sure you obtain superior notices like these sooner or later and in a well timed method.

Preparing for 16 KB: app builders with no native code

Apps written in and with dependencies totally in Kotlin or the Java programming languages will work as-is!

Preparing for 16 KB: app builders with native code

To examine in case your app has native code, you possibly can make the most of instruments like APK Analyzer in Android Studio. Nonetheless, the one means to make sure app compatibility is to check.

Rebuild your app

To make sure your app works on gadgets with a 16 KB web page measurement, observe these steps:

      1. Improve your instruments: Begin by upgrading to Android Gradle Plugin (AGP) 8.5.1 or larger. These up to date instruments incorporate the required 16 KB web page measurement configuration to your App Bundle and the APKs generated from it utilizing bundletool.

      2. Align your native code: In case your app consists of native code, use NDK model r28 or larger, or rebuild it with 16 KB web page measurement alignment. You also needs to be certain that your native code doesn’t depend on or hardcode the worth of PAGE_SIZE.

      3. Replace SDKs and libraries: Verify that every one SDKs and libraries utilized in your app are appropriate with 16 KB web page measurement. If essential, contact the SDK or library builders for up to date variations.

Take a look at your app in 16 KB mode

To ensure your software doesn’t assume the web page measurement to be 4 KB anyplace, take a look at it with a 16 KB web page measurement emulator or digital machine along with how you might have been testing (with a 4 KB web page measurement). This helps determine and resolve any compatibility points from the transfer to 16 KB web page sizes. You may also take a look at on bodily gadgets with the developer possibility out there on Pixel 8, 8a, and eight Professional beginning with the Android 15 QPR1 and Pixel 9, 9 Professional, 9 Professional XL within the Android 15 QPR2 Beta 2, with extra gadgets on the best way.

The Future is Sooner and Extra Environment friendly

The transfer to 16 KB web page measurement advantages the Android ecosystem. It unlocks efficiency enhancements, paves the best way for future improvements, and supplies customers with smoother and richer app experiences.

We’ll proceed to supply updates and sources that will help you by this transition. Begin making ready your apps as we speak to make sure you’re prepared for the way forward for Android!

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles