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

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -