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:
- Right click your Project Preferences of your Library.
- Click Java Build Path
- Remove the android-support-v4 jar you see in the "root"
Post a Comment for "Dependency Issue With Support-library-v4"