Skip to content

16 KB page support missing due to libimage_processing_util_jni.so #207

@pankajsoftyoi

Description

@pankajsoftyoi

During Android build we are seeing the following warning related to 16 KB page support:

APK app-development-arm64-v8a-debug.apk is not compatible with 16 KB devices.  
Some libraries have LOAD segments not aligned at 16 KB boundaries:  

lib/arm64-v8a/libimage_processing_util_jni.so

After investigation, the root cause appears to be stripe-identity-react-native, which bundles libimage_processing_util_jni.so.
This warning indicates the library is not aligned with the Android 16 KB page requirement.

⚠️ Google has announced that apps must support 16 KB page size by November 1, 2025.
So this needs to be resolved before that deadline, otherwise builds will be rejected on Play Store.

Request:

Please confirm if there is an existing fix or patch available.

If not, can you provide guidance on when a compatible version of the library will be released?

Environment:

React Native version: "0.81.0"

stripe-identity-react-native version: "^0.3.8"

Thanks in advance! 🙏

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