Appraysal
Back to Rules
WARNINGAdvisoryGuideline 16KB Page SizeGoogle PlayAndroidPerformance

16KB Page Size Compatibility

Apps targeting Android 15+ with native libraries (.so files) must support 16KB page sizes for compatibility.

Quick Fix

Recompile native libraries with -Wl,-z,max-page-size=16384 linker flag. For NDK builds, use android.ndk.abiFilters with 16KB alignment. Test on Android 15 devices with 16KB page size enabled.

What Gets Detected

Detection Type:FILE EXISTS

Check Your App

Scan your project to see if this rule affects your app

Run Free Scan