android图像不显示https协议

时间:2015-03-14 09:41:47

标签: android picasso

嗨朋友,如果您有任何想法,我希望您的帮助解决我的问题。

我想在列表视图上显示图像。当我使用http协议图像显示正常但我使用HTTPS图像时不显示。

我使用Picasso在图像视图上显示图像

听到我使用的代码

Picasso.with(mContext).load("https://velocityagency.com/wp-content/uploads/2013/08/go.jpg").into(imgProduct);

提前致谢

1 个答案:

答案 0 :(得分:1)

  

https://velocityagency.com/wp-content/uploads/2013/08/go.jpg

这种情况正在发生,因为图片网址存在问题。首先尝试解决此问题,然后您的图像将在Android应用程序中正确加载

enter image description here