Android 如何解决此错误aapt.exe

Android 如何解决此错误aapt.exe,android,debugging,android-gradle-plugin,Android,Debugging,Android Gradle Plugin,请帮助我什么是错误,我做了我能做的一切,但和以前一样 \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:

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

\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.
    Error:Execution failed for task ':app:processDebugResources'.
我正在尝试从intermediates\res\debug\drawable-xxhdpi-v4中删除ic_launcher.png,并像以前一样进行清理和重建

\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.
    Error:Execution failed for task ':app:processDebugResources'.
com.android.ide.common.process.ProcessException:org.gradle.process.internal.ExecException:process'command'F:\deveroper\sdk\build tools\22.0.1\aapt.exe''以非零退出值1结束


您是否尝试在mipmap-中移动ic_启动器。。。文件夹

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


另外,别忘了更改android清单文件中的引用:-)

您是否尝试在mipmap中移动ic_启动器-。。。文件夹

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

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