android开发插入背景图时报错error: Error: No resource found that matches the given name (at backgro
android开发插入背景图时报错
error: Error: No resource found that matches the given name (at 'background' with value '@drawable/ 0'). [解决办法] 图片名不能用数字开头 [解决办法] 楼上正解! 资源的命名规则和变量名的命名规则是一样的 可以使用骆驼命名法和帕金森命名法来给资源命名 [解决办法] 命名规范问题。。。