使用xamarin表单进行调试时,图片未显示在手机中

时间:2019-10-21 05:40:38

标签: c# forms xamarin

        <Image Source="https://images2.minutemediacdn.com/image/upload/c_crop,h_842,w_1500,x_0,y_88/f_auto,q_auto,w_1100/v1555006794/shape/mentalfloss/istock-522735736.jpg" />

这是代码,不能在安卓设备上显示图像。

1 个答案:

答案 0 :(得分:1)

早期Xamarin.forms版本4.2.0.778463中有an issue reported。我刚刚进行了测试,并且可以确认它已经在最新的Xamarin.forms版本4.2.0.848062中修复。

因此,解决方案是将您的Xamarin.forms版本更新为最新的4.2.0.848062

注意:更新Xamarin.forms版本后,您只需要卸载应用程序并删除obj/bin项目和{{1 }}项目。然后清理并再次重建。

请参阅this comment

  

存在一个错误,如果该错误在先前版本中被错误地检索到   它将在新版本中返回错误的缓存版本

screenshou