Android Eclipse 工作区中已存在具有该名称的项目
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3772779/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
A project with that name already exists in the workspace eclipse
提问by JohnB
I'm new to Eclipse/Java/Android
我是 Eclipse/Java/Android 的新手
I have already created this project, but I wanted to start over.
我已经创建了这个项目,但我想重新开始。
- deleted the
HelloAndroid
folder from myworkspace
folder - restarted Eclipse
- now I can't create a project with the same name, because
Finish
is greyed out, and it gives me the following message:A project with that name already exists in the workspace eclipse
HelloAndroid
从我的workspace
文件夹中删除了文件夹- 重新启动 Eclipse
- 现在我不能创建一个同名的项目,因为它
Finish
是灰色的,它给了我以下消息:A project with that name already exists in the workspace eclipse
How can I completely delete my old HellowAndroid
project from Eclipse?
如何HellowAndroid
从 Eclipse 中完全删除我的旧项目?
回答by crazyscot
You need to open up the Project Explorerview (it may already be open) and delete the project from within there.
您需要打开Project Explorer视图(它可能已经打开)并从那里删除项目。
回答by UMAR
Window => Show View => Project Explorer
窗口 => 显示视图 => 项目资源管理器
Just delete your project from there and you will get be able to create or import project with same name again :)
只需从那里删除您的项目,您就可以再次创建或导入具有相同名称的项目:)
回答by Eddy
If you cannot find the project on Project Explore, It can be found here:
如果您在 Project Explore 上找不到该项目,可以在这里找到:
Window
=> Show View
=> Navigator
Window
=> Show View
=>Navigator
This usually happens when user delete the folder by not using the eclispe.
这通常发生在用户不使用 eclispe 删除文件夹时。