Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A project with that name already exists in the workspace eclipse

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

like image 849
JohnB Avatar asked Sep 22 '10 19:09

JohnB


2 Answers

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

like image 65
crazyscot Avatar answered Sep 19 '22 15:09

crazyscot


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 :)

like image 36
UMAR-MOBITSOLUTIONS Avatar answered Sep 20 '22 15:09

UMAR-MOBITSOLUTIONS