I have created a project with help of Action Bar Sherlock. Now, I have made that project as library project and want that project to be included in another project which uses appcompat
.
Here, I faced problem with Error:(2) Attribute "titleTextStyle" has already been defined.
I googled and found some reference like we can use either ActionBarSherlock
or Appcompat
.
What should i do to solve this issue. Can anyone please help me to solve this issue ?