I'm working on a project modifying code from Blueterm, a Bluetooth Android application. Upon building the project, I get multiple errors saying "R cannot be resolved to a variable". I tried cleaning the project, as well as deleting the R.java file, with no success. I also made sure the package name was correct in the AndroidManifest.xml file.
I'm stuck right now, would really like any input on this.