You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing below exception in my appcenter logs for Android. Any idea what could be the problem here?
System.NotImplementedException: Do not know how to dispose: Invalid.
at Java.Interop.JniObjectReference.Dispose (Java.Interop.JniObjectReference& reference) <0x7d096135c8 + 0x00198> in <f45d9019fe71433b9f0c52a4ec897f8b>:0
at Java.Interop.JniRuntime+JniValueManager.DisposePeer (Java.Interop.JniObjectReference h, Java.Interop.IJavaPeerable value) <0x7d09610370 + 0x00193> in <f45d9019fe71433b9f0c52a4ec897f8b>:0
at Java.Interop.JniRuntime+JniValueManager.DisposePeer (Java.Interop.IJavaPeerable value) <0x7d096101f8 + 0x000df> in <f45d9019fe71433b9f0c52a4ec897f8b>:0
at Java.Lang.Object.Dispose () <0x7d09669290 + 0x0004f> in <639415c7d0944741a80debaccf350bd7>:0
at Xamarin.Forms.PancakeView.Droid.PancakeDrawable.CreateBitmap (System.Int32 width, System.Int32 height) [0x00017] in <a78434c6a99a44c9a90dcaf5dc993f88>:0
at Xamarin.Forms.PancakeView.Droid.PancakeDrawable.Draw (Android.Graphics.Canvas canvas) [0x0007c] in <a78434c6a99a44c9a90dcaf5dc993f88>:0
at Android.Graphics.Drawables.Drawable.n_Draw_Landroid_graphics_Canvas_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_canvas) [0x0000f] in <639415c7d0944741a80debaccf350bd7>:0
at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.85(intptr,intptr,intptr)
The text was updated successfully, but these errors were encountered:
Hi,
I am seeing below exception in my appcenter logs for Android. Any idea what could be the problem here?
The text was updated successfully, but these errors were encountered: