Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android /FBReaderJ/gen already exists but is not a source folder. Convert to a source folder or rename it [closed]

Tags:

android

I downloaded the FBReaderJ source, its say: " /FBReaderJ/gen already exists but is not a source folder. Convert to a source folder or rename it"

I can't run it, why? I can't delete "gen" too.

like image 524
lacas Avatar asked May 31 '11 09:05

lacas


1 Answers

Try this, it helped me:

  1. Right click on the project and go to "Properties"
  2. Select "Java Build Path" on the left
  3. Open "Source" tab
  4. Click "Add Folder..."
  5. Check "gen" folder and click Ok and Ok again
  6. Again right click on the project and in the "Android Tools" click on "Fix Project Properties"
like image 75
Jonauz Avatar answered Oct 13 '22 21:10

Jonauz