Strangely I'm getting really strange resource ids when R regenerates, that looks like:
public static final int @+id/@+id/music_thumb_img=0x7f060063;
public static final int @+id/music_main_text=0x7f060064;
When they should look like:
public static final int music_thumb_img=0x7f06001d;
public static final int music_main_text=0x7f06001e;
Needless to say, this R.java doesn't compile, but there doesn't seem like there's any problem in the java code nor the .xmls, at least not obvious ones that IDEs can pick up.
Has anyone encountered this?