Error: Attribute "title" has already been defined
actionbarsherlock, android, android-actionbar
Solution
Actionbar Sherlock is a library project, i think you can edit "title" in abs__attrs.xml and call it something else "title1"! so don't forget to replace all title occurrences by CMD+R or find eclipse function.
Problem
I want to add 2 or more Library into my project. - Actionbar - Actionbar Sherlock - Facebook SDK - google-play-sevices - Date picker library I added this library into my project but i getting error like. D:\workspace\workspace\actionbarsherlock\res\values\abs__attrs.xml:209: error: Attribute "title" has already been defined I think here problem with Actionbar & Actionbar Sherlock library in same name of title but i don't know how to fix this. Please tell me how to fix that.