使用ActionBarSherlock和appcompat时出现abs_attrs.xml错误

时间:2015-02-17 22:11:17

标签: android actionbarsherlock android-appcompat

我想整合ActionBarSherlock和appcompat_v7,然后将这些导入到我的项目中。但我遇到了一些问题。他们在这里:

C:\Users\win7\workspace\actionbarsherlock\res\values\abs__attrs.xml:4: error: Attribute "titleTextStyle" has already been defined   
C:\Users\win7\workspace\actionbarsherlock\res\values\abs__attrs.xml:5: error: Attribute "subtitleTextStyle" has already been defined
C:\Users\win7\workspace\actionbarsherlock\res\values\abs__attrs.xml:6: error: Attribute "background" has already been defined
C:\Users\win7\workspace\actionbarsherlock\res\values\abs__attrs.xml:7: error: Attribute "backgroundSplit" has already been defined

依旧...... 我有104个错误和66个警告。

我尝试添加新库,jar然后删除它们但没有工作。

我也一次又一次地更改了appcompat的目录,但没有任何效果。

我该怎么办?

1 个答案:

答案 0 :(得分:0)

我发现这可以通过从依赖项中删除AppCompat来完成。 在Xamarin Studio中,这可以在解决方案视图中完成:Go References /“From Packages” - >选择AppCompat包,然后将其删除。