GitHub user leonelgregioauler closed a discussion: Play Store Rejection When Creating a New App - Incompatibility with 16KB Library (Android 15)
Yesterday, I received the following rejection on create a new app into Google Play Console. ---------------------------------------------------------------------------------------------------------------------------------------- 1 Recommended Action Recompile your app to align with the 16KB native library The app uses native libraries that do not support devices with 16KB memory page sizes. Your app may not install or launch on these devices, or may crash after opening. In this release, there are new app packages that are not compatible with 16KB. Build Codes: 45321901 Android 15 supports devices with 16KB memory page sizes, which can improve app performance. We recommend that you recompile your app when migrating to Android 15 and test it in a 16KB environment to avoid issues for users. ----------------------------------------------------------------------------------------------------------------------------------------- I discovered this was due to the use of the cordova-sqlite-storage plugin. Solved by replacing it with the cordova-plugin-sqlite-2 plugin. Is there any other solution to continue using cordova-sqlite-storage? GitHub link: https://github.com/apache/cordova/discussions/554 ---- This is an automatically sent email for issues@cordova.apache.org. To unsubscribe, please send an email to: issues-unsubscr...@cordova.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org