Skip to content Skip to sidebar Skip to footer

Dependency Issue With Support-library-v4

I would like to import 2 existing projects as libraries in Eclipse. Both library projects depends on the support-library-v4 and have a .jar file. So when I import them I am asked t

Solution 1:

Try this:

  1. Right click your Project Preferences of your Library.
  2. Click Java Build Path
  3. Remove the android-support-v4 jar you see in the "root"

Solution 2:

This is a very common error that can occur if you are using the same library of different builds in two or more projects. The best way to solve this is to right click on all your projects and reinstall your android support library.

NB: Remember to use the library source files

Post a Comment for "Dependency Issue With Support-library-v4"