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

前端 未结 30 2663
予麋鹿
予麋鹿 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

    Projects in the Eclipse workspace must be unique. Note though that the project name need not be the same as the directory/folder name of the project, so you can either delete any existing project with the same name or alternatively rename the existing projects.

提交回复
热议问题