Example code:
setContentView(R.layout.main);
Error:
R cannot be resolved
There's this error in all the classes files, and I can't get rid of it.
I already checked the XML files, there are no errors.
I already made sure that I didn't accidentally import "android.R".
The problem started when I tried to Clean and Rebuild the project.