I am trying to change the app icon in a MAUI project but I am unable to do it.
I have added two images to the AppIcon folder ( I tried png and svg but none of them work)
And changed the csproj file to the new icons
<MauiIcon Include="Resources\AppIcon\coolcoicon.svg" ForegroundFile="Resources\AppIcon\coolcoiconbg.svg" Color="#000000" />
I have cleaned the solution and the project.
However, when I try to play the app in the android emulator I have these error
Error APT2260 resource mipmap/appicon (aka com.coolco.coolcoapp:mipmap/appicon) not found.
Error APT2260 resource mipmap/appicon_round (aka com.coolco.coolcoapp:mipmap/appicon_round) not found.
Error APT2067 failed processing manifest.