[android-developers] decoder-decode returned false

2010-03-29 Thread absn
In my application during downloading of images, for some of the images i got the error like D/skia( 374): --- decoder-decode returned false Can anyone solve this problem ?? Thanks in advance -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] decoder-decode returned false

2010-03-29 Thread Sean Hodges
I assume you are trying to The image decoder library (called Skia) is failing to parse the image data for those images. There are a number of things that can cause this problem: 1) The input file is not actually an image (e.g. if it is accessed from the Web, it might actually be a 404 error page)