views:

97

answers:

1

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

+3  A: 

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

crazyscot
+1: thanks. It was not already open. Also, you solved another question that I was just about to ask: "How do you open an existing project in Eclipse?" I found `Go Into` on the right-click menu from the Project Explorer. *(I was really loathing having to ask such a rudimentary question)*
JohnB