Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jar mismatch error when adding library in eclipse

I am new to Android and I am trying to add a library for viewPagerIndicator as this tutorial instructs me to do. However, when I add the library I get an error stating:

Versions found are:
Path: C:\Users\Bryan\workspace\MyPager\libs\android-support-v4.jar
Length: 349252
SHA-1: 612846c9857077a039b533718f72db3bc041d389
Path: C:\Users\Bryan\git\Android-ViewPagerIndicator\library\libs\android-support-v4.jar
Length: 271754
SHA-1: 53307dc2bd2b69fd5533458ee11885f55807de4b
Jar mismatch! Fix your dependencies 

How do I resolve this without messing up my build path?

like image 800
Mr. Bojangles Avatar asked Sep 22 '12 01:09

Mr. Bojangles


1 Answers

Looks like it found the library twice. You need to delete one.

like image 64
James McCracken Avatar answered Nov 03 '22 00:11

James McCracken