I've been working on some projects in my programming class and copied them to my computer at home so I can keep working on them.
When I tried to import these projects to Eclipse, it said a project named MainActivity
already exists.. Although my workspace folder is clear.
As you can see in the picture the import wizard sets "New Project Name"
as MainActivity
, for all of the projects I'm trying to import.I'm pretty sure thats causing the errors.
How can I import projects and keep the original name without the import wizard changing it to MainActivity
?