Android: Picasso load image failed . how to show error message

后端 未结 6 573
后悔当初
后悔当初 2020-11-29 02:37

I am trying to use the picasso library to loading the image store in the mediastore. When I called load(imageview, callback), the picasso call onFail instead of onSuccess. H

6条回答
  •  迷失自我
    2020-11-29 03:33

    Please try this to check logs of the Picasso

    Picasso.with(getContext()).setLoggingEnabled(true);
    

提交回复
热议问题