码迷,mamicode.com
首页 > 移动开发 > 详细

android编译时报错:Error parsing XML: unbound prefix 的错误原因及解决方案

时间:2014-12-03 21:23:17      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:android   style   http   ar   color   sp   on   ef   as   

原因之一:拼写错误。例如:android写成androd之类。

原因之二:xmlns没有添加。有的时候,自定了一些view,且新加了一些自定义的命名,那么需要添加声明到根上。如果忘了添加也会报这个错误。

xmlns:calendar="http://schemas.android.com/apk/res-auto"

android编译时报错:Error parsing XML: unbound prefix 的错误原因及解决方案

标签:android   style   http   ar   color   sp   on   ef   as   

原文地址:http://blog.csdn.net/forlong401/article/details/41702351

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!