Failed To Read Sqlite-net.dll During Debugging Symbols
When I try build application using xamarin forms in visual studio and deploy on android emulator this warning appears. Failed to read 'G:\ApkiC-Sharp\GNote\GNote\GNote.Android\obj
Try it: Right click your android project Properties -> Android Options -> drop down "Linking" to None.
It will include the symbols on package, but will increase your app size.
I'm trying to find another better solution, but this works for now.
Post a Comment for "Failed To Read Sqlite-net.dll During Debugging Symbols"