本身代码是没有错误的,但是由于是在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