ActionBarSherlock和HoloEverywhere库之间的冲突

时间:2013-09-28 18:13:37

标签: android actionbarsherlock conflict android-support-library android-holo-everywhere

我想在我的项目中一起使用这些库,但是在我的项目中添加这些库后,我遇到了一些错误。

1)我将ActionBarSherlock和HoloEverywhere作为库。

2)我在HoloEverywhere库中附加了ActionBarSherlock库。

3)我在我的项目中附加了HoloEverywhere库。

4)在ActionBarSherlock中只留下了一个android-support-v4.jar库。

我得到的错误:

D:\projects\android\HoloEverywhere-master\library\res\values\abc_attrs.xml:32: error: Attribute "windowActionBar" has already been defined
D:\projects\android\HoloEverywhere-master\library\res\values\abc_attrs.xml:33: error: Attribute "windowActionBarOverlay" has already been defined
and etc.

我怎么能摆脱这些错误? 谢谢!

1 个答案:

答案 0 :(得分:3)

目前(2013年10月)使用HoloEverywhere的v1.6.8。请参阅Github issue #650