I am developing my Android project, After I removed a unused library, I got the error:
myproject/gen already exists but is not a source fold
This is caused by using the wrong importer in Eclipse. If you have Android projects, you need to import them into your workspace with Android->Existing Android Code, not General->Existing Projects.