报错信息:

  D:\Exercise\Android_text\Andriod_Practice\app\src\main\res\drawable\firstpagedailyRecommended2.png: Error: 'R' is not a valid file-based resource name character: File-based resource names must contain only lowercase a-z, 0-9, or underscore

主要的报错信息:

  Error: 'R' is not a valid file-based resource name character: File-based resource names must contain only lowercase a-z, 0-9, or underscore

报错原因:

  drawable文件中包含了大写字母的文件

解决方法:修改文件名,即可

 

相关文章:

  • 2022-12-23
  • 2021-09-08
  • 2021-07-07
  • 2022-12-23
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-28
  • 2021-07-05
  • 2022-12-23
  • 2021-10-08
  • 2021-09-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案