eclipse android : A project with that name already exists in the workspace

[转]eclipse android : A project with that name already exists in the workspace - freeliver54 - 博客园

I'm new to Eclipse/Java/Android

I have already created this project, but I wanted to start over.

  1. deleted the HelloAndroid folder from my workspace folder
  2. restarted Eclipse
  3. 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

How can I completely delete my old HellowAndroid project from Eclipse?

alt text

1 Answer

You need to open up the Project Explorer view (it may already be open) and delete the project from within there.

原文地址:https://www.cnblogs.com/seven1979/p/4164792.html