Why I can't Import existing project to eclipse?

android, eclipse, import, project

Solution

On the screen indicated by your screenshot, you can rename each "MainActivity" to something more unique and relevant by clicking in each text field under "New Project Name". It's not immediately apparent that this field is editable, but it is.

Problem

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`? https://i.stack.imgur.com/NSQ4y.png

Original source