I have a project and its generated R class, generate its first string id in a strange form, "=" and the resource name are switched!
public static final class string {
public static final int = setting_ringtone1 0x7f06000e;
public static final int about_disclaimer = 0x7f060015;
.....
I tried already to change the name, but it doesn't works either!
Is someone facing this problem?