react-native-sqlite-storage icon indicating copy to clipboard operation
react-native-sqlite-storage copied to clipboard

Important Android 15 Breaking Change SQLite plugin

Open hooliapps opened this issue 1 year ago • 0 comments

With Android 15 Beta + Device who has Page Size 16Kb mode (ex Pixel 8), SQLite crash due to .so libraries not aligned to 16Kb Mode.

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.

Expected Behavior

App must work with Android 15 new devices

Current Behavior

Crash

Possible Solution

Recompile libraries

Steps to Reproduce (for bugs)

Install Android 15 Beta + Page size 16kb mode https://developer.android.com/guide/practices/page-sizes

Context

Execution of this plugin

Your Environment

Debug logs

App not launch, impossible execution

hooliapps avatar Sep 03 '24 19:09 hooliapps