Naming rules for Android resources

后端 未结 6 1279
萌比男神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条回答
  •  Happy的楠姐
    2020-12-10 07:49

    This is Java rule, not Android-only rule. Name each element with a starting letter, and you'll be right.

提交回复
热议问题