I have a xamarin app that uses SQLite. It works perfectly 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 might be missing for me? if install my package manually it runs. But I cant get the Live to work... I've added "external storage" permission.