In my strings.xml file I have
Continue
I can\'t build my project because of the error: \"In
"continue" is a Java keyword and the R.java would not compile.
public static final int continue=0x7f040001;
the above code would cause an "Syntax error on token "continue", invalid VariableDeclaratorId" error.