Eclipse “Invalid Project Description” when creating new project from existing source

前端 未结 21 1088
被撕碎了的回忆
被撕碎了的回忆 2020-12-04 05:35

I am trying to create a new project from existing source code. I keep getting the following error: \"Invalid Project Description\", project path \"overlaps the location of a

21条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-04 06:29

    The easiest way to solve this problem is just to move your`s project to another folder and import it. This is because you have already had this project(or project with the same name) in that folder. And when you delete project, eclipse still retains a reference to it

提交回复
热议问题