Skip to content

[Android] 16KB Page Size Alignment Issue (Android 15 / API 35 Compatibility) #176

@pruthvirajreddy9

Description

@pruthvirajreddy9

Hi, my app is being rejected by the Google Play Store because it does not comply with the new 16KB page size requirement for Android 15.

After analyzing the .aab file, I found that the native libraries bundled by this plugin (including libbarhopper_v3.so) are currently compressed and 4KB aligned.

Technical Details:

Issue: Native libraries are not 16KB aligned.

Impact: App fails Play Store submission for API 35.

Requested Fix:

Please update the Android build toolchain to NDK r27 or higher.

Ensure the pre-compiled .aar or native binaries are built with -Wl,-z,max-page-size=16384.

Ensure useLegacyPackaging = false is respected so that libs are stored uncompressed in the final APK/AAB.

Image

Are there plans to release a 16KB-compliant version soon?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions