Every time in code that I have an R, I get an error R cannot be resolved to a variable.
The R.java file appears to be missing.
I have tried cleaning the proj
Ah, the "R cannot be resolved" error. I think every Android programmer has run across this sometime or the other. I wish the tools were more robust about generation of R.java & class.
Try this, it has worked for me in past:
Right-click on the Project root --> Android Tools --> Fix Project Properties