Android: SkImageDecoder:: Factory returned null

前端 未结 5 1075
[愿得一人]
[愿得一人] 2020-11-29 07:58

I\'m using my localhost to fetch images and to view in an ImageView. For some reason I\'m getting Factory returned null error. I\'ve looked through the code many times and I

5条回答
  •  萌比男神i
    2020-11-29 08:44

    As above with Picasso make sure that your url is correct, just copy and paste the link from your development program into your web browser

    I typed:

    http://lorepixel.com/600/400/city

    instead of

    http://lorempixel.com/600/400/city

提交回复
热议问题