liteglue / Android-sqlite-native-driver

Provides a native build of sqlite with a low-level interface for Android libraries. Unlicense (public domain).
The Unlicense
14 stars 15 forks source link

Android 15 Page Size 16Kb not supported #5

Open hooliapps opened 2 months ago

hooliapps commented 2 months ago

Libraries crash with Android 15 + Device with Page Size 16Kb

I propose the following modifications: https://github.com/liteglue/Android-sqlite-native-driver/pull/4

Then .so libraries must be recompiled with ndk-build and NDK Min version 26 All platforms are availabke except armebi (obsolete).

hooliapps commented 1 month ago

I succesfully recompiled the libraries, then i propose a TEST change: https://github.com/liteglue/Android-sqlite-native-driver/pull/6