图像未显示在Mvx.MvxImageView(Android)上

图像未显示在Mvx.MvxImageView(Android)上,android,xamarin,xamarin.android,mvvmcross,Android,Xamarin,Xamarin.android,Mvvmcross,我正在努力学习mvvmcross,现在我是一个新手。我开始看N+1天的MvvmCross视频系列,我被N=2只小猫和列表困住了。我将DownloadCashPlugin和FilePlugin添加到项目中,并创建Mvx.MvxImageView,如视频所示,但当我启动我的应用程序(模拟器和android设备)时,一切都是一样的,但图像未显示或未下载。我从android清单中打开权限,并且我的android设备上有互联网连接。我很确定我会认真地看视频,不会错过任何部分。 我使用的是Visual St

我正在努力学习mvvmcross,现在我是一个新手。我开始看N+1天的MvvmCross视频系列,我被N=2只小猫和列表困住了。我将DownloadCashPlugin和FilePlugin添加到项目中,并创建Mvx.MvxImageView,如视频所示,但当我启动我的应用程序(模拟器和android设备)时,一切都是一样的,但图像未显示或未下载。我从android清单中打开权限,并且我的android设备上有互联网连接。我很确定我会认真地看视频,不会错过任何部分。 我使用的是Visual Studio 2013 Community Edition,MvvmCross是最后更新的版本。如果有人能在这个问题上帮助我,我会很高兴的。多谢各位

项目_Kitten.axml

 <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:local="http://schemas.android.com/apk/res-auto"
    android:orientation="horizontal"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent">
    <Mvx.MvxImageView
        android:layout_width="75dp"
        android:layout_height="75dp"
        android:layout_margin="10dp"
        local:MvxBind="ImageUrl ImageUrl" />
    <LinearLayout
        android:orientation="vertical"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent">
        <TextView
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:textSize="40dp"
            local:MvxBind="Text Name" />
        <TextView
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:textSize="30dp"
            local:MvxBind="Text Price" />
    </LinearLayout>
</LinearLayout>


能否显示ViewModel中的一些代码,特别是设置ImageUrl属性的部分?请检查VisualStudio“输出”窗口,以获取有关错误的任何提示。您可以链接到教程吗?可能图像不再可用。能否显示ViewModel中的一些代码,特别是设置ImageUrl属性的部分?请检查VisualStudio“输出”窗口,以获取有关错误的任何提示。您可以链接到教程吗?可能图像不再可用。