Xamarin Build中的Android支持库

时间:2016-06-28 09:41:48

标签: android xamarin build tfsbuild android-build

我建立了一个Xamarin Build:

enter image description here

我有这些错误:

enter image description here

我理解他告诉我的内容,Widget.Design.TabLayout来自Android支持库。 我需要在我的Xamarin Build中添加Android支持库。 对于经典的xamarin项目,它的工作方式如下: No resource found that matches the given name '@style/Theme.AppCompat.Light'

但是在构建环境中,我真的不知道! 你有想法吗?

1 个答案:

答案 0 :(得分:0)

Android支持包不会自动添加到Xamarin.Android应用程序中。 Xamarin提供Android Support Library v4 component以简化将支持库添加到Xamarin.Android应用程序。

您可以按照以下文章在项目中添加组件:

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