gen already exists but is not a source folder

前端 未结 15 1182
深忆病人
深忆病人 2020-12-22 23:37

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         


        
15条回答
  •  悲&欢浪女
    2020-12-23 00:05

    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.

    enter image description here

提交回复
热议问题