Image won't show (SkImageDecoder::Factory returned null)
See original GitHub issueHi! I’m using Picasso to fetch user’s twitter images, but there’re some users whose image is not loading, e.g.:
Picasso.with(getActivity())
.load("http://pbs.twimg.com/profile_images/2784217159/77e958766fe6a841679167ba02acd677.png")
.placeholder(R.drawable.twitter_placeholder)
.resize(216, 216).centerCrop()
.into((ImageView)view.findViewById(R.id.my_image_view));
I’ve noticed that logcat prints this:
D/skia﹕ --- SkImageDecoder::Factory returned null
whenever it happens.
(I’m testing on a Nexus 4 w/ 4.4.2 (API 19))
Did anybody have the same problem?
Thanks!
Issue Analytics
- State:
- Created 9 years ago
- Comments:44 (1 by maintainers)
Top Results From Across the Web
Android: SkImageDecoder:: Factory returned null
I'm using my localhost to fetch images ...
Read more >Turn images on or off in Gmail - Android - Google Help
Under "Data usage," tap Images. Tap Always show. Note: If Gmail thinks a sender or message is suspicious, you won't see images automatically....
Read more >Android Download image appears skimagedecoder::factory ...
... request the picture or will appear skimagedecoder::factory returned NULL,But direct useBitmap = Bitmapfactory.decodestream (IS); is normal, but can't.
Read more >Reading an image as byte array with Android: skImageDecoder
Coding example for the question Reading an image as byte array with Android: skImageDecoder::Factory returned null-Spring MVC.
Read more >ImagePicker - Expo Documentation
Represents an asset (image or video) returned by the image picker or camera. Name, Type, Description. assetId (optional), string | null ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

same issue and I’m trying to set resource drawable https://github.com/square/picasso/issues/1807#issuecomment-371800326
i have same problem and first time i go on map for load image return