Android Support Library in Xamarin Build -
i set xamarin build :
i have these errors :
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
Post a Comment