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

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

    This is what worked for me:

    1. Go to ~/.m2/repository and deleted everything there by running rm -rf. Make sure everything is deleted.
    2. Re-launch eclipse or STS
    3. Right click on project -> Maven -> update project.

提交回复
热议问题