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 solution.
I'm using the following snippet code:
Url imageUrl = new Url("http://images.plurk.com/tn_4134189_bf54fe8e270ce41240d534b5133884ee.gif");
Bitmap image = BitmapFactory.decodeStream(imageUrl.openStream());
Always getting this log:
DEBUG/skia(1441): --- decoder->decode returned false
Any help? Thanks.
EDIT:
Those images failed to be decoded are also can not be shown on a WebView
. But can see if open in a Browser.