<Image x:Name="img1" />
2.MainPage.xaml.cs
try
{
img1.Source = ImageSource.FromResource("IF_Rookie_Project.images.IF_ver2.png");
}
catch(Exception ex)
{
DisplayAlert("Alert", ex.Message.ToString(), "OK");
}
作为标题。为什么调试可以显示,但发布不能显示?