Search code examples
androidactionbarsherlock

Jar mismatch when importing ActionBarSherlock


I'm trying to create an ActionBarSherlock project, I've downloaded the library and connected it to my project. In Problems window I see the following message: Jar mismatch! Fix your dependencies. How can I solve this problem? Thanks in advance.


Solution

  • Actionbarsherlock has the support library in it. This probably causes a conflict if the support library is also in your main project. Renaming the support library should fix this.

    That is if the support library is causing the mismatch.