Hi,
I'm trying to run my xamarin forms app on android and get the below error with regards to the portable file:
System.BadImageFormatException: Could not resolve field token 0x040001ef
I'm on VS 2013, debug any cpu. I'm having that error both with xamarin android player and with a device.
Note that this error appeared after updating references. Before I had a runtime error saying CreateTableAsync (from sqlite.net.async) was missing while everything was compiling fine. I think it's related since the app crashes at the same place i.e when calling CreateTableAsync.
Tks.
François