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:
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.
I think you are using oystein.krog package You should try with praeclarum package
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