There is a breaking change for Android 15, any plugin (all SQLite, google maps…) who have compiled .so library dont works anymore on Android 15 with devices with Page Size 16Kb. Testsable with emulator or Pixel8 and beta.
Ex:
Tested:
Execution on Normal device: OK
Execution on Android 15 Beta QR1 + Normal mode (Emulator + Pixel 8): OK
I tested to recompile the libs with the following commands, then app works only when debugging with Android Studio, but crash when send to Google Play store (error during download, .so lib not aligned).
We’ve been keeping an eye on this one - we expect a number of plugins will need to be forked or updated. Can you provide more details on what commands you’re using and the crash your experiencing?
Extract from log after Download beta app with Pixel 8 Google Play with Beta Android 15 QR1 and Pagesize 16Kb mode.
08-29 21:55:04.911 1335 1732 E NativeLibraryHelper: Library ‘libsqlc-native-driver.so’ is not PAGE(16384)-aligned - will not be able to open it directly from apk.
08-29 21:55:04.911 1335 1732 W NativeHelper: Failure copying native libraries [errorCode=-2]
08-29 21:55:04.911 1335 1732 D PackageInstallerSession: Marking session 1330816594 as failed: INSTALL_FAILED_INVALID_APK: Failed to extract native libraries, res=-2
Check alignment, .so seems ok but i have error on others files with build tools 34.