Jar mismatch when importing ActionBarSherlock

2019-03-18 11:03发布

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.

4条回答
疯言疯语
2楼-- · 2019-03-18 11:23

The above solution did not work for me .However , I deleted the supported library in libs folder of ActionBarSherlock and manually copied the android-support-v4 jar file from android-sdk/extras/support/v-4 to the same . I then followed the usual steps . It worked !

查看更多
迷人小祖宗
3楼-- · 2019-03-18 11:28

a simple right click on the ActionBarSherlock library project then

Android Tools -> Add Support Library

A dialog will be opened, accept the license and click install.

Eclipse ADT will download the right support library for you.

查看更多
家丑人穷心不美
4楼-- · 2019-03-18 11:34

I can fix this:

  1. Right click your Project Properties
  2. Click Java Build Path
  3. Remove the android-support-v4 jar you see in the "root"
  4. Right click on "Android tools" -> Fix project...
查看更多
放我归山
5楼-- · 2019-03-18 11:45

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.

查看更多
登录 后发表回答