See online has said:
When developing an Android project, it is sometimes necessary to refer to multiple projects as a library. When referencing a project, there are sometimes "Jar mismatch! Fix your dependencies "error.
This is because the jar package (Android-support-v4.jar) for two items is inconsistent. The workaround is to remove all 2 jars and then add the latest jar packages to each one.
How do you add this latest jar package?
I first according to others said right button project--androidtools--add Support Library Add the latest package, finally still can not solve, do not know what reason, according to reason is feasible ah ...
Then I put the V4jar package for one of the two projects to another project, or not ...
Finally, I put the V4jar package in the other projects and put it in the two projects to solve the problem. In fact, the only difference between this method and the above two methods may be that the V4jar package is not quite the same
Eclipse is a little strange sometimes ...
Jar mismatch! Fix your dependencies problem (RPM)