-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello π,
First, thank you for maintaining this package β it has been very helpful.
I encountered a blocking issue when publishing my Flutter app to Google Play Store. The Play Store now requires native libraries to support 16 KB memory page sizes for newer Android devices (ARMv9 / Android 14+).
However, the .so files bundled inside trust_wallet_core_lib appear to be compiled only for 4 KB page size, which causes Google Play to reject the APK/AAB.
Play Store Error
When uploading to Google Play I get:
Your app must support 16 KB memory page sizes
Request
Could you please provide a new release of this package with:
Android .so files compiled for 16 KB memory page size
Support for all ABIs (arm64-v8a, armeabi-v7a, x86_64)
This is required to successfully publish apps to Google Play Store.