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

前端 未结 20 908
半阙折子戏
半阙折子戏 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:27

    This happens when libraries added to the project doesn't have the correct path.

    1. Right click on your project (from package explorer)
    2. Got build path -> configure build path
    3. Select the libraries tab
    4. Fix the path error (give the correct path) by editing jars or classes at fault

提交回复
热议问题