Android - There is no android project named

android, eclipse, export

Solution

You are trying to run your Library Project, if the project is not library Right Click on the Project >> Properties >> Android >> In the right Panel Scroll down >> Uncheck `isLibrary`

Problem

Dang. I'm sorry for asking so many different questions here. So, I have an android project that I imported into my workspace. Then, after fixing any build path errors and stuff, I went to export it. When I first imported it, it was automatically name "MainActivity". So, I tried to export it but I get the error "There is no android project named MainActivity. I checked and the folder is in my workspace. I searched but couldn't find a working answer. I guess eclipse sees this code as something else. I'm almost positive when I imported it I selected to import exisiting android application project...

Original source