I'm having a problem in the R.java file. The compiler tells me
error: ';' expected
on the following line:
public static final int Go!=0x7f080003;
I think the file R.java has been generated badly I tried removing the exclamation mark to Go but when I compiled it was put back. I do not understand why he asks me to put one; if the semicolon is at the end of the line. Thanks!