Capital letters not allowed in android res

前端 未结 1 565
孤街浪徒
孤街浪徒 2020-12-04 02:37

Here is a small doubt rather than a question.So a discussion is welcome. I recently was working on an android project and found that if a put a file with a capital letter in

1条回答
  •  温柔的废话
    2020-12-04 03:33

    The file name must contain only [a-z0-9_.]. Observe the console when you build it

    0 讨论(0)
提交回复
热议问题