如何解决这个错误 aapt.exe
how to solve this error aapt.exe
请帮我看看有什么错误,我已经尽力了,但和以前一样
\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.
我正在尝试从 intermediates\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: Process 'command 'F:\Deverloper\sdk\build-tools.0.1\aapt.exe'' finished with non-zero exit value 1
您是否尝试移动 mipmap-... 文件夹中的 ic_launcher?
如果没有尝试为所有分辨率创建 mipmap forlders 并将 ic_launcher.png 文件移入其中(确保它们已从可绘制文件夹中删除。
另外不要忘记更改 android 清单文件中的引用:-)
请帮我看看有什么错误,我已经尽力了,但和以前一样
\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.
我正在尝试从 intermediates\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: Process 'command 'F:\Deverloper\sdk\build-tools.0.1\aapt.exe'' finished with non-zero exit value 1
您是否尝试移动 mipmap-... 文件夹中的 ic_launcher?
如果没有尝试为所有分辨率创建 mipmap forlders 并将 ic_launcher.png 文件移入其中(确保它们已从可绘制文件夹中删除。
另外不要忘记更改 android 清单文件中的引用:-)