where can I find the naming rules for Android resources? I found out thanks to compilation errors that I must use characters within [a-z0-9._], but I also have an error with
Naming rules for resources are the same as for the variables, except the case-sensitivity. In your case, problem is the first character is number.