Xamarin XAML Designers Preview中未显示图像

时间:2016-10-21 12:16:00

标签: xamarin xamarin.forms xamarin-studio

我在Mac上的Xamarin Studio 6.1.1尝试在Designer中使用XAML进行设计,并想知道为什么标签会在预览中显示,但图像不是。

如果我在iOS-Simulator中运行项目,则会显示图像。

这是我的代码:

<Image Source="images/bla_wifi.png" HorizontalOptions="LayoutOptions.FillAndExpand" VerticalOptions="LayoutOptions.FillAndExpand" Margin="70,70,70,0"/>
<Label HorizontalOptions="Center" XAlign="Center">
    <Label.Text>
Are you connected to the 
WiFi?
    </Label.Text>
</Label>

知道在预览中看到图像我能做些什么吗?

1 个答案:

答案 0 :(得分:1)

我遇到了同样的问题但使用Visual Studio。到目前为止,我能给出的唯一建议是重新构建解决方案(有时候会有所帮助),并且在心理上继续将Forms Viewer视为实验性的。