如何解决这个错误aapt.exe

时间:2015-06-08 08:51:44

标签: android debugging android-gradle

请帮助我,错误是我做了我能做的一切,但和以前一样

\Project\TEST\app\build\intermediates\res\debug\drawable-xxhdpi\ic_launcher.png: Original is here. The version qualifier may be implied.


\Project\TEST\\app\build\intermediates\res\debug\drawable-xxhdpi-v4\ic_launcher.png: error: Duplicate file.

我尝试从intermediateiates \ res \ debug \ drawable-xxhdpi-v4中删除ic_launcher.png并清理并重建,但与以前一样

    Error:Execution failed for task ':app:processDebugResources'.
  

com.android.ide.common.process.ProcessException:org.gradle.process.internal.ExecException:处理'命令'F:\ Deverloper \ sdk \ build-tools \ 22.0.1 \ aapt.exe''已完成具有非零退出值1

1 个答案:

答案 0 :(得分:0)

您是否尝试将ic_launcher移至mipmap -...文件夹?

如果没有尝试为所有分辨率创建mipmap forlders并将ic_launcher.png文件移入其中(确保将它们从可绘制文件夹中删除。

也不要忘记更改android清单文件中的引用: - )