BitmapFactory.decodeStream always returns null and skia decoder shows decode returned false

后端 未结 9 1305
北恋
北恋 2020-12-09 06:50

test image here: http://images.plurk.com/tn_4134189_bf54fe8e270ce41240d534b5133884ee.gif

I\'ve tried several solutions found on the internet but there is no working

9条回答
  •  無奈伤痛
    2020-12-09 07:53

    this is due to a bug in the InputStream class in Android. You can find a valid workaround and a description of the bug here http://code.google.com/p/android/issues/detail?id=6066

提交回复
热议问题