0

I set up a Xamarin Build :

enter image description here

I have these errors :

enter image description here

I understand what he's telling me, Widget.Design.TabLayout comes from Android Support Library. I need to add Android Support Library in my Xamarin Build. For a classic xamarin project, It works this way : No resource found that matches the given name '@style/Theme.AppCompat.Light'

But on a build setting, I trully don't know ! Do you have ideas ?

Community
  • 1
  • 1

1 Answers1

0

The Android Support Package is not automatically added to a Xamarin.Android application. Xamarin provides the Android Support Library v4 component to simplify adding the support libraries to a Xamarin.Android application.

You can follow the article below to add components in your project:

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

Cece Dong - MSFT
  • 29,631
  • 1
  • 24
  • 39