Hi guys, we are experiencing this crash in our app
10-27 14:42:20.821 E/AndroidRuntime(11355): FATAL EXCEPTION: main
10-27 14:42:20.821 E/AndroidRuntime(11355): java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
10-27 14:42:20.821 E/AndroidRuntime(11355): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
10-27 14:42:20.821 E/AndroidRuntime(11355): at dalvik.system.NativeStart.main(Native Method)
10-27 14:42:20.821 E/AndroidRuntime(11355): Caused by: java.lang.reflect.InvocationTargetException
10-27 14:42:20.821 E/AndroidRuntime(11355): at java.lang.reflect.Method.invokeNative(Native Method)
10-27 14:42:20.821 E/AndroidRuntime(11355): at java.lang.reflect.Method.invoke(Method.java:525)
10-27 14:42:20.821 E/AndroidRuntime(11355): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1187)
10-27 14:42:20.821 E/AndroidRuntime(11355): ... 2 more
10-27 14:42:20.821 E/AndroidRuntime(11355): Caused by: md52ce486a14f4bcd95899665e9d932190b.JavaProxyThrowable: System.NullReferenceException: Object reference not set to an instance of an object
10-27 14:42:20.821 E/AndroidRuntime(11355): at Xamarin.Forms.Platform.Android.FrameRenderer.Dispose (bool) <0x00048>
10-27 14:42:20.821 E/AndroidRuntime(11355): at Java.Lang.Object.Dispose () <0x0001f>
10-27 14:42:20.821 E/AndroidRuntime(11355): at Xamarin.Forms.Platform.Android.ViewCellRenderer/ViewCellContainer.Update (Xamarin.Forms.ViewCell) <0x00497>
10-27 14:42:20.821 E/AndroidRuntime(11355): at Xamarin.Forms.Platform.Android.ViewCellRenderer.GetCellCore (Xamarin.Forms.Cell,Android.Views.View,Android.Views.ViewGroup,Android.Content.Context) <0x000c7>
10-27 14:42:20.821 E/AndroidRuntime(11355): at Xamarin.Forms.Platform.Android.CellRenderer.GetCell (Xamarin.Forms.Cell,Android.Views.View,Android.Views.ViewGroup,Android.Content.Context) <0x00123>
10-27 14:42:20.821 E/AndroidRuntime(11355): at Xamarin.Forms.Platform.Android.CellFactory.GetCell (Xamarin.Forms.Cell,Android.Views.View,Android.Views.ViewGroup,Android.Content.Context,Xamarin.Forms.View) <0x00093>
10-27 14:42:20.821 E/AndroidRuntime(11355): at Xamarin.Forms.Platform.Android.ListViewAdapter.GetView (int,Android.Views.View,Android.Views.ViewGroup) <0x00253>
10-27 14:42:20.821 E/AndroidRuntime(11355): at Android.Widget.BaseAdapter.n_GetView_ILandroid_view_View_Landroid_view_ViewGroup_ (intptr,intptr,int,intptr,intptr) <0x0008b>
10-27 14:42:20.821 E/AndroidRuntime(11355): at (wrapper dynamic-method) object.4d088beb-70d4-4a3c-b212-884dc04f0d1e (intptr,intptr,int,intptr,intptr) <0x00063>
Seems like a crash inside Xamarin Forms intenals. Any ideas what could be causing this?