Dependency issue with support-library-v4

前端 未结 2 780
悲哀的现实
悲哀的现实 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: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

提交回复
热议问题