I know this has been asked before, before you thumb down read my full post, then feel free to thumb down, I'm sure I have a few coming. ;)
So I just started a new Android project, I've made several in the past, but this time from the start the R file was not found and I get "R cannot be Resolved to a variable".
Figuring this is most likely a common problem I checked StackOverflow to see what if others have solved the problem, and lots have, but almost all have to do with something the user did with renaming something.
My problem is that I haven't even started yet and just with the code auto generated from eclipse It already shows these errors.
What I've already tried. 1 Project-> clean before and after every other thing I tried 2 check to see if any res files had unsupported charters 3 checked for updates (SDK Eclipse ADT) 4 checked that I had Andriod build tools 5 Project properties -> build path is in correct order with everything that needs be checked. 6 Package is spelled correctly in the AndroidManifest. 7 Rebuilt Project 8 Every thing suggested here - "R cannot be resolved to a variable"?
I know this question has been asked a million times, but I can not find an answer that works for me and I'm frustrated enough to re-post a million and 1st question.
If you have any solutions other than the list above let me know, I will continue searching the interwebs for more solutions in the mean time.