出现该错误一般有两个原因:
1.拼写错误。例如把android写成了amdroid
2.xml文档内没有加入 xmlns:android="http://schemas.android.com/apk/res/android" 引用。
本文主要介绍了两种常见的Android XML配置文件错误及其解决方法。一种是因为拼写错误导致的问题,另一种则是由于XML文档中缺少必要的命名空间引用所引起的错误。
出现该错误一般有两个原因:
1.拼写错误。例如把android写成了amdroid
2.xml文档内没有加入 xmlns:android="http://schemas.android.com/apk/res/android" 引用。

被折叠的 条评论
为什么被折叠?