Search code examples
androidgreendroid

GreenDroid import problem


I'm trying to import GreenDroid into a new Android Project (SDK 2.2) and I'm getting this error while trying to clean my project and compile it:

Resource '/GreenDroid/gen' does not exist.

When I click on the GreenDroid project in the solution explorer, I'm also getting this error:

Project 'GreenDroid' is missing required source folder: 'gen'.

I would much appreciate your help on the matter.

Thanks! Nicolas.


Solution

  • Make sure there are no build errors, then refresh the project, clean the project, and go to Android Tools-> Fix project properties. Some combination of those steps usually fixes my gen folder woes.