android XML : unbound prefix

来源:互联网 发布:淘宝美女老板亲自示范 编辑:程序博客网 时间:2024/06/06 08:31

android XML : unbound prefix

出现该错误一般有两个原因:

1.拼写错误。例如把android写成了amdroid

2.xml文档内没有加入 xmlns:android="http://schemas.android.com/apk/res/android"  引用。