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

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

提交回复
热议问题