我正在尝试导入我和我的同事一直在做的一个项目。在我选择“导入”,然后选择“导入现有项目”,然后单击存档文件,然后单击下一步,这个错误就出现了:
中已经存在某些项目,因此无法导入 工作空间
我正在尝试导入我和我的同事一直在做的一个项目。在我选择“导入”,然后选择“导入现有项目”,然后单击存档文件,然后单击下一步,这个错误就出现了:
中已经存在某些项目,因此无法导入 工作空间
当前回答
我有一个稍微不同的情况,我的eclipse停止响应,我不得不杀死会话。重启Juno后,我正在从事的特定项目消失了,尽管.project文件存在。如果尝试创建一个新项目,则尝试导入回Eclipse将会得到相同的“某些项目无法导入..”或“具有此名称的项目已经存在”。
最后,由于我使用的是工作集,我设法找到了这个文件。metadata.plugins\org.eclipse.ui.workbench\workingsets.xml。手动添加丢失的条目并重新启动eclipse,瞧,它回来了。
其他回答
出现此问题是因为您在其他项目文件夹中有相同的项目。因为在eclipse中我们有很多项目文件夹,所以如果你在一个文件夹中有一个项目,你想把它导入到另一个项目文件夹中,那么这个问题就会发生。 所以首先从其他文件夹中删除项目,然后导入到当前的项目文件夹中。
我也遇到过这种情况。最后,我意识到项目已经在我的工作空间中打开,但由于所选的工作集,它是不可见的。您只需取消选择活动的工作集,所有打开的项目都将变得可见。
我刚接触Eclipse和Android开发,这让我困扰了很长一段时间。以下是我做错的几件事,也许将来会对别人有所帮助:
I was downloading code examples and assuming project name would be the same as the folder name and was looking for that folder name in the project explorer, not finding it, re-importing it, then getting the error message it already existed in the workspace. Yeah. Not proud of that. Didn't click on 'Copy projects into Workspace' and then searched in vain through the workspace when it didn't appear in the project explorer BECAUSE The 'Add project to working sets' option in the Import Projects tab isn't working as far as I can tell, so was not appearing in the project explorer for the active working set (refresh made no difference). Adding project to the working set had to be done after successfully importing it.
也许你会得到相同的项目名称在你的。项目文件,检查它,如果是,重命名另一个名称。然后再导入
Eclipse工作区中的项目必须是唯一的。但是请注意,项目名称不必与项目的目录/文件夹名称相同,因此您可以删除具有相同名称的任何现有项目,也可以重命名现有项目。