Forum: Android

Here is a forum space for SDK: Android.

431. 16KB page size support

Please tell me about 16KB page size support.
Is it correct to understand that the following libraries with a 4KB page size is included in the SDK 6.1.1 but is NOT being used?

armeabi-v7a/libavcodec-57.so
armeabi-v7a/libavutil-55.so
armeabi-v7a/libCodec2Decoder.so
armeabi-v7a/libCodec2Encoder.so
armeabi-v7a/libDenoiser.so
armeabi-v7a/libH264-decoder.so
armeabi-v7a/libH265-decoder.so
armeabi-v7a/libJustVoice.so
armeabi-v7a/libMP4Muxer.so
armeabi-v7a/libOpusDecoder.so
armeabi-v7a/libOpusEncoder.so
armeabi-v7a/libTurboJpeg1510.so

Oct 2 '25 at 01:37 (GMT0) created by kota.soga

 
Dear Kota.soga,

"16 KB Google Play compatibility requirement
Starting November 1st, 2025, all new apps and updates to existing apps submitted to Google Play and targeting Android 15+ devices must support 16 KB page sizes on 64-bit devices."
https://developer.android.com/guide/practices/page-sizes

By their requirement, the 16 KB page sizes is required on 64-bit devices only.
To check their requirement, please use APK Analyzer in their guide.

Thanks,
ProPTT2

Oct 3 '25 at 03:29 (GMT0) created by ProPTT2 dev