I'm using SQLite.Net-PCL nugget and when I try to deploy in a Android Device with API Level 24 I get this error "libmonosgen-64bit-2.0.so unauthorized access to "/system/lib64/libsqlite.so"
The thing is that all the solutions I've found are useless because requires older versions of the Android Targer
Asked
Active
Viewed 372 times
0

Kirbo14820
- 1
- 1
-
You could refer to: https://github.com/praeclarum/sqlite-net/issues/503 – York Shen Sep 18 '18 at 07:58
-
You can refer my answer at : https://stackoverflow.com/questions/52052631/system-dllnotfoundexception-system-lib-libsqlite-so-xamarin-forms/52574670#52574670 – MilanG Oct 12 '18 at 18:30