当前位置: 代码迷 >> Ruby/Rails >> Unparsed aapt error(s)! Check the console for output.异常
  详细解决方案

Unparsed aapt error(s)! Check the console for output.异常

热度:398   发布时间:2016-04-29 02:16:19.0
Unparsed aapt error(s)! Check the console for output.错误

在Eclipse平台进行Android 应用开发时,编辑,修改或增删 res/下资源文件时有时会遇到这个错误提示。

解决方法两种:

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

方法2: 点 Project--------->clean..(推荐)

  相关解决方案