Without seeing everything you have typed in each file (and I don't really want to do that) I can make a couple of suggestions, but they may not work.
Firstly, I found that I was getting a number of similar errors and that one way to solve some of them was to delete the generated file R.java and let it be automatically rebuilt.
Another possible suggestion is to look at lines of code before, sometimes many, many lines before, the one that seems to be causing the problem and see if you have added a semi-colon, < or some other punctuation mark.
A third, but in this case less likely solution, is to check import statments.
Can you say which page the project you are working on is from?
|