Xamarin error System.DllNotFoundException: /system/lib/libsqlite.so on Android 7.0

前端 未结 3 1676
春和景丽
春和景丽 2021-01-13 04:28

I get this exception whenever I try to create a SQLite.Net.SQLiteConnection in android 7.0 any idea how to fix it? I\'m using these nuget pacakges:



        
相关标签:
3条回答
  • 2021-01-13 05:12

    The solution for me was to update the SQLiteNetExtensions nuget package to the latest Alpha version (prerelease), it's important to first remove all references to sqlite related libs though.

    0 讨论(0)
  • 2021-01-13 05:15

    I think you are using oystein.krog package You should try with praeclarum package

    0 讨论(0)
  • 2021-01-13 05:26

    i have same issue in my xamarin android. i install this package for sqlite and set targeted version to android 8(oreo) my application works again

    0 讨论(0)
提交回复
热议问题