我正在使用ffimageloading开发 Xamarin UWP 应用程序。这些图像在我通过 Visual Studio 运行的 Windows Phone 模拟器上显示得很好,但是当我通过设备门户将它部署到设备时,所有图像都丢失了。
<ffimageloading:CachedImage Grid.Column="0" Grid.Row="1"
Source="{helpers:ImageResource MyProject.Assets.Images.music-doublenote.png}" />