Dependency issue with support-library-v4

前端 未结 2 752
悲哀的现实
悲哀的现实 2021-01-24 15:58

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 t

相关标签:
2条回答
  • 2021-01-24 16:24

    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"
    0 讨论(0)
  • 2021-01-24 16:27

    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

    0 讨论(0)
提交回复
热议问题