Android Support Library in Xamarin Build -


i set xamarin build :

enter image description here

i have these errors :

enter image description here

i understand he's telling me, widget.design.tablayout comes android support library. need add android support library in xamarin build. classic xamarin project, works way : no resource found matches given name '@style/theme.appcompat.light'

but on build setting, trully don't know ! have ideas ?

the android support package not automatically added xamarin.android application. xamarin provides android support library v4 component simplify adding support libraries xamarin.android application.

you can follow article below add components in project:

https://developer.xamarin.com/guides/cross-platform/xamarin-studio/components_walkthrough/


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -