The project cannot be built until the build path errors are resolved.

前端 未结 20 901
半阙折子戏
半阙折子戏 2020-12-07 11:14

While compiling an android project in eclipse 3.4.2, I am getting The project cannot be built until the build path errors are resolved.

I got a

20条回答
  •  自闭症患者
    2020-12-07 11:48

    just check if any unnecessary Jars are added in your library or not. if yes, then simply remove that jars from your library and clean your project once. Its worked for me.

提交回复
热议问题