Execution failed for task':app:mergeDebugResources'.
> [mipmap-hdpi-v4/ic_launcher] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-hdpi\ic_launcher.png [mipmap-hdpi-v4/ic_launcher] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-hdpi\ic_launcher.webp:Error: Duplicate resources
[mipmap-hdpi-v4/ic_launcher_round] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-hdpi\ic_launcher_round.png [mipmap-hdpi-v4/ic_launcher_round] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-hdpi\ic_launcher_round.webp:Error: Duplicate resources
[mipmap-mdpi-v4/ic_launcher] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-mdpi\ic_launcher.png [mipmap-mdpi-v4/ic_launcher] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-mdpi\ic_launcher.webp:Error: Duplicate resources
[mipmap-mdpi-v4/ic_launcher_round] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-mdpi\ic_launcher_round.png [mipmap-mdpi-v4/ic_launcher_round] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-mdpi\ic_launcher_round.webp:Error: Duplicate resources
[mipmap-xhdpi-v4/ic_launcher] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-xhdpi\ic_launcher.png [mipmap-xhdpi-v4/ic_launcher] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-xhdpi\ic_launcher.webp:Error: Duplicate resources
[mipmap-xhdpi-v4/ic_launcher_round] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-xhdpi\ic_launcher_round.png [mipmap-xhdpi-v4/ic_launcher_round] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-xhdpi\ic_launcher_round.webp:Error:Duplicate resources
[mipmap-xxhdpi-v4/ic_launcher] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-xxhdpi\ic_launcher.png [mipmap-xxhdpi-v4/ic_launcher] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-xxhdpi\ic_launcher.webp:Error: Duplicate resources
[mipmap-xxhdpi-v4/ic_launcher_round] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-xxhdpi\ic_launcher_round.png [mipmap-xxhdpi-v4/ic_launcher_round] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-xxhdpi\ic_launcher_round.webp:Error:Duplicate resources
[mipmap-xxxhdpi-v4/ic_launcher] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-xxxhdpi\ic_launcher.png [mipmap-xxxhdpi-v4/ic_launcher] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-xxxhdpi\ic_launcher.webp:Error: Duplicate resources
[mipmap-xxxhdpi-v4/ic_launcher_round] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-xxxhdpi\ic_launcher_round.png [mipmap-xxxhdpi-v4/ic_launcher_round] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-xxxhdpi\ic_launcher_round.webp:Error:Duplicate resources
* Try:
Run with --stacktrace option to get the stack trace. Run with -- info or -- debug option to get more log output. Run with -- scan to get full insights.
There are two types of ic_launcher
and ic_launcher_round
, respectively: .png
and .webp
.Why don't you leave one or the other and delete or rename the others?
585 PHP ssh2_scp_send fails to send files as intended
618 GDB gets version error when attempting to debug with the Presense SDK (IDE)
626 Uncaught (inpromise) Error on Electron: An object could not be cloned
925 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.