Skip to content

Dependencies issues with latest Play Store requirements #14

@DagrutCr

Description

@DagrutCr

Hello!

Google recently made some changes with the way their apps can use the memory. They allowed an increase of 4KB to 16KB of memory page sizes : https://developer.android.com/guide/practices/page-sizes .

They require all apps to support 16KB pages and will reject apps that don't in may next year.

I had this warning with this plugin installed, and removing it made the warning go away. The issue is from two files, libimage_processing_unit_jni.so and libbarhopper_v3.so. I guess they are from dependencies from this project.

Do you have an idea where it could come from? I guess a simple version bump could solve this 🤔

You can inspect apk packages to check this using the latest android-studio : https://developer.android.com/guide/practices/page-sizes#identify-native-code

Thanks! 🙂

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