Anyone having or ever had an issue with installing Xamarin Forms 3.0+ (or another version) and then the app starts crashing on the .init(..) line in the android activity on start up.
I am creating a blank project and updating XF to 3.0+ and this works fine, when I start adding packages and implement this in my activity in android I eventually get the exception and only works rolling back to XF's 2.5.
Any ideas how to debug this or preferably solve this issue. I am guessing this might be to do with a reference issue with one of my packages dependencies regarding Forms.
Error below:
Unhandled Exception:
System.TypeLoadException: Could not resolve type with token 010000c1 (from typeref, class/assembly Xamarin.Forms.Xaml.XamlResourceIdAttribute, Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null)
Unhandled Exception:
Full error:
System.TypeLoadException: Could not resolve type with token 010000c1 (from typeref, class/assembly Xamarin.Forms.Xaml.XamlResourceIdAttribute, Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null)