Search code examples
actionbarsherlockandroid-appcompat

ActionBarSherlock conflicts with Appcompat


I am trying to do a small test project using ActionBarSherlock library but having the same issue as in this post -> android-support-v7-appcompat has same attrs as actionbarsherlock library

Ref: http://pastebin.com/ERDHsQbe

Has anyone found a solution yet? Thanks.


Solution

  • remove support-v7-appcompat library from your project, its in build with sherlock . Then in the styles.xml change parent="Theme.AppCompat.Light" to parent="android:Theme.Light" .This will be sufficient .

    If you are gettin any errors related to android-support-v4 , try and copy the latest android-support-v4 into the Sherlock library folder in your workspace.