且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Xamarin 错误 System.DllNotFoundException:Android 7.0 上的/system/lib/libsqlite.so

更新时间:2021-09-24 22:25:53

我的解决方案是将 SQLiteNetExtensions nuget 包更新到最新的 Alpha 版本(预发布),但首先删除对 sqlite 相关库的所有引用很重要.

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.