Google play : 16 KB memory page sizes #949
Tiphaine-dureau
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
This issue arises from the Crashlytics SDK - make sure you use a version equal or above v19.0.2 via plugin variables e.g.:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Also see: #933 (comment) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello !
I just received an email from Google Play :
"To ensure that your app works correctly on the latest versions of Android, Google Play requires that all apps targeting Android 15 or later be compatible with 16 KB memory page sizes. Starting May 1, 2026, if your app updates are not compatible with 16 KB memory page sizes, you will not be able to publish them."
I saw in my bundles that the application is not compatible. Here are the files concerned :
base/lib/arm64-v8a/libcrashlytics-common.so
base/lib/arm64-v8a/libcrashlytics-handler.so
base/lib/arm64-v8a/libcrashlytics-trampoline.so
base/lib/arm64-v8a/libcrashlytics.so
base/lib/x86_64/libcrashlytics-common.so
base/lib/x86_64/libcrashlytics-handler.so
base/lib/x86_64/libcrashlytics-trampoline.so
base/lib/x86_64/libcrashlytics.so
I understand that these are files related to this plugin. Do you know if you will be able to fix this error following the new rules?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions