0

I am loading images from the server using Ion library. Some of my images load while some don't load. i am getting a message as follows:

 SkImageDecoder::Factory returned null

I have referred to the following questions here and here.

Can anyone help me to fix this error and load the Image using Ion.

Community
  • 1
  • 1
anu_r
  • 1,602
  • 7
  • 30
  • 61

1 Answers1

0

please check your image url if your image url contain space so you want to remove that extra space and after try to load that image url. example : imageurl=imageurl.replace(" ","%20");

Raj Gohel
  • 524
  • 6
  • 11