Unparsed aapt error(s)! Check the console for output解决方法

在Eclipse平台进行Android 应用开发时,编辑,修改或增删 res/下资源文件时有时会遇到如下错误提示:“Unparsed aapt error(s)! Check the console for output",

方法1:删除gen目录下的R.java,然后build project.

方法2: 点 Project--------->clean..

 

错误发生方法:

选中xml文件 点击run,会在res\layout下生成同名.out.xml文件,删除之,就会这样错误。

posted @ 2010-06-12 20:55  NetSoft  Views(16104)  Comments(0Edit  收藏  举报