I\'ve started getting a
DEBUG/skia(xxxx): --- decoder->decode returned false
issue on a few profile images from Facebook that I use in
Others who are facing issues in Android KitKat 4.4 , following would be helpful
Bitmap b = BitmapFactory.decodeStream(new BufferedInputStream(is)); imageView.setImageBitmap(b);
I was facing this issue in Nexus series After updating to 4.4.