i would like to use these libraries together in my project, but after i added these ones in my project, i got some errors.
1)i did ActionBarSherlock and HoloEverywhere as libraries.
2)i attached ActionBarSherlock library in the HoloEverywhere library.
3)i attached HoloEverywhere library in my project.
4)left only one library android-support-v4.jar in ActionBarSherlock.
Errors i've got:
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.
how can i rid of these errors? thanks!