capacitor app 16 KB page size compatible #8136
Replies: 2 comments 3 replies
-
I published a blog post on this topic yesterday. Feel free to check it out. |
Beta Was this translation helpful? Give feedback.
-
In working with the Ionic Enterprise customers, the most common cause of this that I have run across is an outdated sqlcipher library that is commonly used with certain SQLite related plugins (any of a handful that support encrypted databases). The Android team has an excellent guide here on how to analyze your app: https://developer.android.com/guide/practices/page-sizes#identify-native-code. This applies to the native app created by Capacitor as well as it applies to any other native app. In all cases I have seen thus far, it is just a matter of identifying the plugin and then updating it to a version that uses the updated library. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I got this message from the Google Play console: app must support 16kb memory page sizes, app updates with these issues will be rejected, How can I solve this problem? I couldn't find any references to solve this issue in a Capacitor app. Any help would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions