Android Studio 2.1 Cannot resolve symbol 'R'
Android Studio 2.1, Java V8 Update 91, Gradle 2.1.0 . I know that this questions has been asked many times here, but none of the recommendation solutions works out. In a sudden after compiling ready to run on Emulator, my IDE give an error at the R.id attribute. Every Java files suddenly give the same error even I don't make any changes to the file. I tried to make a new project, see if things different but the error keep coming. In my mind it could be internal error, again. Even I just update my IDE just now. The Java file; @Override protected void onCreate(Bundle savedInstanceState) { super