Gradle finished with non-zero exit value 1 (ic_launcher.png: error: Duplicate file)

后端 未结 13 2410
终归单人心
终归单人心 2020-11-29 18:58

I got this strange error with gradle, please help me!

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


        
13条回答
  •  -上瘾入骨i
    2020-11-29 19:38

    Simply Rename the Image (Rightclick on the Image, Select Refactor and select Rename). It will solve the issue as the Issue has arise as one of the library is also using the image with the same name.

提交回复
热议问题