调试过程中出现以下问题.\layout\activity_main.out.xml:1: error: Error parsing XML: no element found

前端之家收集整理的这篇文章主要介绍了调试过程中出现以下问题.\layout\activity_main.out.xml:1: error: Error parsing XML: no element found前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

本身代码是没有错误的,但是由于是在xml上运行的,于是出错并产生了main.out.xml

这就是传说中的被诅咒了的xml==

会出现类似的报错

[2012-03-27 19:42:15 - button] Error in an XML file: aborting build.

[2012-03-27 19:42:15 - button] res\layout\main.xml:0: ERROR Resource entry main is already defined.

[2012-03-27 19:42:15 - button] res\layout\main.out.xml:0: Originally defined here.

[2012-03-27 19:42:15 - button] C:\Users\Xiaoganzhe\Desktop\ButtonProject\res\layout\main.out.xml:1: ERROR Error parsing XML: no element found

解决方法其实还是很简单的,删除main.out.xml文件

然后在菜单上选择project->clean来重建当前的工程

就没问题了

转载自:

http://www.cnblogs.com/xiarihanfeng/archive/2012/04/28/2474455.html

原文链接:https://www.f2er.com/xml/296495.html

猜你在找的XML相关文章