i want display list of strings in listview. in xaml have:
<listview x:name="listcollections" grid.row="4" grid.column="0" grid.columnspan="3"/>
in code have:
listcollections.itemssource = new string[]{"one", "two"};
when run app got:
system.missingmethodexception: method 'textview.settextappearance' not found.
i using xamarin.forms 2.3.0.49 , visual studio 2015. emulator android 5.0
this bug reported in bugzilla.
has said there:
i able run when setting target api 23.
please try set android target 23.
Comments
Post a Comment