gen already exists but is not a source folder. Convert to a source folder or rename it.
November 4, 2011 2 Comments
If anyone is getting this error in eclipse
gen already exists but is not a source folder. Convert to a source folder or rename it.
Here is how to fix it.
- Right click on the project and go to “Properties”
- Select “Java Build Path” on the left
- Open “Source” tab
- Click “Add Folder…”
- Check “gen” folder and click Ok and Ok again
- Again right click on the project and in the “Andriod Tools” click on “Fix Project Properties”