Xamarin ListView System.MissingMethodException:方法';TextView.settext外观';找不到

Xamarin ListView System.MissingMethodException:方法';TextView.settext外观';找不到,listview,xamarin,xamarin.android,xamarin.forms,Listview,Xamarin,Xamarin.android,Xamarin.forms,我想在ListView中显示字符串列表。 在我的xaml中,我有: <ListView x:Name="ListCollections" Grid.Row="4" Grid.Column="0" Grid.ColumnSpan="3"/> 当我运行应用程序时,我得到: System.MissingMethodException: Method 'TextView.SetTextAppearance' not found. 我正在使用Xamarin.Forms 2.3.0.49和V

我想在ListView中显示字符串列表。 在我的xaml中,我有:

<ListView x:Name="ListCollections" Grid.Row="4" Grid.Column="0" Grid.ColumnSpan="3"/>
当我运行应用程序时,我得到:

System.MissingMethodException: Method 'TextView.SetTextAppearance' not found.

我正在使用Xamarin.Forms 2.3.0.49和Visual studio 2015。Emulator是Android 5.0

这是一个已在中报告的错误

我是否说过:

我只是在将目标API设置为23时才能够运行它


请尝试将您的Android目标设置为23。

但现在我无法为我的三星Galaxy Note 3部署Android 5.0://并且我的目标设备是带有Android 5.0的联想TAB2 A10-70L。我能做什么?你的min API是什么?在部署到三星时使用:6、最低4.4(也尝试了4.0)和目标6.0进行编译:1>:部署失败1>Mono.AndroidTools.InstallFailedException:Failure[安装失败\u更新不兼容],在运行5.0的od emulator时,它正在运行OK。你需要从三星手动删除该应用程序。也删除mono运行时(转到应用程序并删除它们)。然后再次安装该应用程序。
System.MissingMethodException: Method 'TextView.SetTextAppearance' not found.