Hi,
I am trying to run my project but eclipse is saying I have errors but there are no errors just a red cross where the project name is. I have tried deleting the R.java and generating a new one but that didnt work
Thanks In Advance
Hi,
I am trying to run my project but eclipse is saying I have errors but there are no errors just a red cross where the project name is. I have tried deleting the R.java and generating a new one but that didnt work
Thanks In Advance
Do you see them in
Window->Show View->Problems
or
Window->Show View->Error Log
?
This happens from time to time in Eclipse. In the "Project" menu there's a "Clean" option, that usually takes care of the problem.
Based on the error you showed ('footballforum' is missing required Java project: 'ApiDemos'), I would check your build path. Right-click the footballforum project and choose Build Path > Configure Build Path. Make sure ApiDemos is on the projects tab of the build path options.
Ensure you have Project | Build Automatically flagged. I ran into this issue too and turning that on fixed the problem.