Jar mismatch! Fix the problems of your dependencies (),
The Internet says:
When developing an Android project, you sometimes need to reference multiple projects as libraries. When referencing a project, "Jar mismatch! Fix your dependencies "error.
This is because the jar packages (android-support-v4.jar) for both projects are inconsistent. The solution is to delete both jar files and add the latest jar packages respectively.
How can I add this latest jar package?
First, I added the latest packages to the project "AndroidTools" "Add Support Library" according to what others said. Finally, I still cannot solve the problem. I don't know why. It is feasible to do so ......
Then I put the v4jar package of one of the two projects into another project ......
Finally, I took out the v4jar packages from other projects and put them in these two projects to solve the problem ...... In fact, the only difference between this method and the above two methods is that the v4jar package is not the same.
Eclipse is a bit strange sometimes ......