我想在ListView中显示字符串列表。 在我的xaml中我有:
<ListView x:Name="ListCollections" Grid.Row="4" Grid.Column="0" Grid.ColumnSpan="3"/>
在代码中我有:
ListCollections.ItemsSource = new string[]{"one", "two"};
当我运行app时,我得到了:
System.MissingMethodException: Method 'TextView.SetTextAppearance' not found.
我正在使用Xamarin.Forms 2.3.0.49和Visual studio 2015.Emulator是Android 5.0