现象:eclipse项目上有红叉,却找不到哪个文件有错。 eclipse中有“problems”的窗口,一般和“console”并列,上面会找到红叉叉的问题所在(Unparsed aapt error(s)! Check the console for output")

原因:更改了res下的文件

解决办法:

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

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

相关文章:

  • 2022-12-23
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-26
  • 2022-02-15
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2021-12-14
  • 2021-08-07
相关资源
相似解决方案