nostra13 / Android-Universal-Image-Loader

Powerful and flexible library for loading, caching and displaying images on Android.
Apache License 2.0
16.79k stars 6.11k forks source link

SkImageDecoder::Factory returned null, Image can't be decoded #648

Open Thilakm opened 10 years ago

Thilakm commented 10 years ago

Hi, I had implement your library and it's working well, I have some errors when a video thumbnail displayed in Gridview for DLNA Application.

--- SkImageDecoder::Factory returned null --Image can't be decoded

and the picture is not displayed on the Gridview? Is it a configuration issue or is there something else?

nostra13 commented 10 years ago

What is video thumbnail URI?

Thilakm commented 10 years ago

In my application I've the Gridview for displaying the images and videos as single frame, The images and videos are in the server, I had establish the connection between client and server.

I'll have the server content path for images and videos. Just i passed the URI's into the your Api's ex: mImageLoader.displayImage(uri, imageView, mDisplayImageOptions);

When I passed the images uri's It shows properly but If i passed the videos uri's I'm getting the above error.

nostra13 commented 10 years ago

It seems your images have some special format which can't be decoded by Android.

Harin-Kaklotar commented 8 years ago

i had same problem but it solve when i update library 1.9.3 to 1.9.4

zhEdward commented 8 years ago

bingo! try to use 1.9.4 + library .