xamarin.forms - xamarin compilation error : no resource found -
i using xamarin forms(portable) , after updating xamarin.forms version 2.3.2127 nuget started getting compile time error. list of error follows
error error retrieving parent item: no resource found matches given name 'widget.appcompat.actionbutton'.
error error retrieving parent item: no resource found matches given name 'theme.appcompat.light.darkactionbar'
error error retrieving parent item: no resource found matches given name 'theme.appcompat.light.dialog'.
error error retrieving parent item: no resource found matches given name 'widget.appcompat.light.actionbutton'.
error no resource found matches given name: attr 'coloraccent'.
error no resource found matches given name: attr 'coloraccent'.
error no resource found matches given name: attr 'colorprimary'.
error no resource found matches given name: attr 'colorprimarydark'.
error no resource found matches given name: attr 'windowactionbar'.
error no resource found matches given name: attr 'windowactionmodeoverlay'.
error no resource found matches given name: attr 'windownotitle'.
Comments
Post a Comment