oysteinkrog / SQLite.Net-PCL

Simple, powerful, cross-platform SQLite client and ORM - Updated version with PCL support
MIT License
353 stars 163 forks source link

System.DllNotFoundException: /system/lib/libsqlite.so #380

Open aysecnblt opened 6 years ago

aysecnblt commented 6 years ago

My app fine for Android7 lower versions.But it doesn't work on Android7+.Please Help me

They didn't work:

SQLiteNetExtensions SQLite.Net.Platform.XamarinAndroidN (I can't install)(Package SQLite.Net.Platform.XamarinAndroidN 3.1.1 is not compatible with monoandroid81 (MonoAndroid,Version=v8.1). Package SQLite.Net.Platform.XamarinAndroidN 3.1.1 supports: net (.NETFramework,Version=v0.0))

jdcalderin commented 6 years ago

Hi @aysebursa i have the same problem, you could fix?

aysecnblt commented 6 years ago

yes.i fixed today.Firstly, Uninstall all sqlite packages. install 'sqlite-net-pcl' (by Frank A. Krueger) latest version for all projects. Easy to use. @jdcalderin

https://www.nuget.org/packages/sqlite-net-pcl/

mfranc28 commented 5 years ago

Works like a charm.

heltonspr commented 5 years ago

Hi, i have the same problem, you could fix?