-
Notifications
You must be signed in to change notification settings - Fork 5
Description
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! 🙂