colors xml: “Attribute is missing the Android namespace prefix”

Question:

This is my colors.xml:

<?xml version="1.0" encoding="utf-8"?> <resources> <color name="white">#ffffff</color> </resources>

This gives me the following error: Attribute is missing the Android namespace prefix What can I change to make this error go away?


Solution:

<resources xmlns:android="http://schemas.android.com/apk/res/android"> >#FFFFFF</resources>

相关文章

php输出xml格式字符串
J2ME Mobile 3D入门教程系列文章之一
XML轻松学习手册
XML入门的常见问题(一)
XML入门的常见问题(三)
XML轻松学习手册(2)XML概念