I have no errors in my res/ dir, yet, all my java files cannot find the compiled version of my R.java because it is failing to compile.
What am I overlooking??
I have no errors in my res/ dir, yet, all my java files cannot find the compiled version of my R.java because it is failing to compile.
What am I overlooking??
R
files. Check your import statements to make sure you aren't including android.R
or com.google.maps.R
or whatever.whatever.whatever.R
.Properties -> Android -> Project Build Target
. Check your desired build target.