Where can I find naming rules for Android resources? I found out due to compilation errors that I should use the characters inside [a-z0-9._], but I also have an error with the image named 401.png. When using this in my layout using
@drawable/401
I get the following compilation error:
invalid VariableDeclaratorId
I cannot find these rules in the document, and I would like to know all of them before naming my files.
thanks
source share