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
Android.Graphics.BitmapFactory.Options crashes with JNI DETECTED ERROR IN APPLICATION: attempt to access field boolean android.graphics.BitmapFactory$Options.inMutable #30780
When accessing Android.Graphics.BitmapFactory.Options fields, the Android application crashes with the log message "JNI DETECTED ERROR IN APPLICATION: attempt to access field boolean android.graphics.BitmapFactory$Options.inMutable"
The attaches sample shows this in the boiler plate Android app in the added method Bug2():