I am new to Android Studio and some behaviors make me crazy like the following:
Until a few days ago in my project everything was fine when I found that when I entered any of the xml directories in the layout I found:
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package com.google.android.gms.identity;
public final class R {
}
The truth is that in reality, if I open the file from the Windows Explorer the content of the file is correct.
I already invalidated cache, deleted .idea and .gradle, clean and rebuild but still nothing.
How could I solve this?