I have an xamarin application that uses SQLite. It works great when I run the emulator in visual studio. But when I try to run it on "Live" (My Samsung S8), I get the following error:
System.IO.DirectoryNotFoundException: Could not find a part of the path
"/data/user/0/com.xamarin.live/files/.nuget/packages/
sqlitepclraw.provider.e_sqlite3.android/1.1.5/lib/MonoAndroid/SQLitePCLRaw
.provider.e_sqlite3.dll".
What am I missing?
source
share