I took "Explicit_Intents/gen already exists but is not a source folder. Convert to a source folder or rename it." error in Eclipse and my solution is;
Right click on the project and choose "Properties" / Alt + Enter
Java Built Path
Source tab
Add Folder
Choose "gen" and "src"
It work with my project.
See you
Derya