After cleaning my project, my R.java file hasn't generated.
I've tried the following:
- Update eclipse. But my version is already up to date.
- Try cleaning the project again.
- Look for errors in my drawable XML files and layout files. I found none.
- Look through my Activity classes for errors; there were none except for the
R.java
references.
What else can I try?
I'm considering copy-pasting all of my classes, resources and manifest into a new project, but I'm wondering if there's anything else I can do.