Some projects cannot be imported because they already exist in the workspace error in Eclipse

前端 未结 30 2617
予麋鹿
予麋鹿 2020-11-28 01:36

I am trying to import a project that me and my co-worker have been working on.. and keep getting this error after I select-- \"import\" then \"import existing project\" then

30条回答
  •  遥遥无期
    2020-11-28 02:28

    I had this issue when I deleted a project and tried to import the code again. Eclipse never really deleted the project and still held a reference to the project name/folder in the workspace. I had to created a new project with the same name and my code appeared as it was. I believe this only worked because the project path was never changed.

提交回复
热议问题