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

前端 未结 3 1675
春和景丽
春和景丽 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.

提交回复
热议问题