Skip to content

Not compatible with 16 KB PageSize #557

@house0000

Description

@house0000

With new android studio (Android Studio Narwhal Feature Drop | 2025.1.2 Canary 5), building my app causes a caution that says:

APK app-production-debug.apk is not compatible with 16 KB devices. Some libraries have LOAD segments not aligned at 16 KB boundaries:
lib/arm64-v8a/libyuv-decoder.so
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. For more information about compatibility with 16 KB devices, visit developer.android.com/16kb-page-size.

I found this library uses libyuv-decoder.so, which is not compatible with 16 KB page sizes as mentioned above.
Is there a plan on making this library compatible with 16 KB page size?
Google says the deadline is 2025/11/1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions