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

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

    I've faced this issue a couple of times and following the below steps has resolved both the times. 1. Navigate to C:\Users\ 2. locate the ".m2" folder and delete it.

    1. Now navigate to the particular project in eclipse and Right-click on the project > Maven > Update Project

    wait until the project is updated and in my case following the above steps resolved both the times.

提交回复
热议问题