I get an error System.MissingMethodExceptionafter updating the Xamarin.Forms package for the Android Mobile App. At line MainActivity.cs# 22:
LoadApplication (new App ());
Application Output:
[] Missing method Android.Runtime.JNIEnv::StartCreateInstance(Type,string,JValue*) in assembly Mono.Android.dll, referenced in assembly /storage/emulated/0/Android/data/XAMLDataBindings_PCL.Droid/files/.__override__/Xamarin.Android.Support.v4.dll
I tried Cleanand Rebuild All, as mentioned on the Xamarin forum, but still not working. The project works for iOS, so I'm not sure why the Android project will not work now?
source
share