在创建我的hello android应用程序时,我收到错误:
'在包中找不到属性'textcolor'的资源标识符 '机器人''
我是Android开发的完全新手,我认为在构建我的ADT时我必须在位置字段中输入错误的https,但是从我在this site看到的,我做了正确的。我去或做了什么或做了什么来解决这个问题?
答案 0 :(得分:5)
您应该使用:
android:textColor="#ffff0000"
注意大写'C'。如果这不起作用,您还可以检查xml根元素上的xmlns
属性。它应该是:
xmlns:android="http://schemas.android.com/apk/res/android"