Naming rules for Android resources

后端 未结 6 1280
萌比男神i
萌比男神i 2020-12-10 07:29

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

6条回答
  •  爱一瞬间的悲伤
    2020-12-10 07:43

    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.

提交回复
热议问题