Q:
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 click archive file, and then I click next, and this error comes up:
"Some projects cannot be imported because they already exist in the workspace"
A:
------------
A1
Take a look in your workspace folder, you may have an old project there with the same name as the one you are importing (even though it's not being shown on eclipse).
When you delete a project on Eclipse, if you don't check the checkbox on the dialog, it just removes it from the view and doesn't delete the folder on the workspace directory.
------------
A2
Uncheck the "copy projects into workspace" checkbox, and then click "refresh" button, you will be able to import the project
------------
A3
go to .project file in your project and change the name of the project in name tag
------------
A4
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.
quote from :
http://stackoverflow.com/questions/6715403/some-projects-cannot-be-imported-because-they-already-exist-in-the-workspace-err
--
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 click archive file, and then I click next, and this error comes up:
"Some projects cannot be imported because they already exist in the workspace"
A:
------------
A1
Take a look in your workspace folder, you may have an old project there with the same name as the one you are importing (even though it's not being shown on eclipse).
When you delete a project on Eclipse, if you don't check the checkbox on the dialog, it just removes it from the view and doesn't delete the folder on the workspace directory.
------------
A2
Uncheck the "copy projects into workspace" checkbox, and then click "refresh" button, you will be able to import the project
------------
A3
go to .project file in your project and change the name of the project in name tag
------------
A4
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.
quote from :
http://stackoverflow.com/questions/6715403/some-projects-cannot-be-imported-because-they-already-exist-in-the-workspace-err
--
解决Eclipse导入项目时出现的错误
当尝试在Eclipse中导入项目时遇到错误Some projects cannot be imported because they already exist in the workspace,本文章提供了解决方案:检查工作空间文件夹,可能有同名的老项目;取消勾选copy projects into workspace选项并刷新;修改项目文件名;确保项目名称在工作空间中唯一,但目录名可以不同。
2245

被折叠的 条评论
为什么被折叠?



