For some reason my eclipse/android development environment has stopped creating the r.java files and wont read them in any of my projects. Should I just uninstall eclipse and all traces of it and the android sdk Ive been using and start fresh?
Ive been looking for the past couple hours for a fix but I cant find one at all that seems to work so any suggestions on the matter would help.
Every time I update my source I always do this:
Works every time (unless I have a build path issue, then Right Clicking and Doing
Android Tools->Fix project propertiesusually works)Having build errors can keep the R file from being generated, make sure you don’t have any syntax errors.