I have a VS 2019 Xamarin app. It had previously compiled OK and was distributable.
The app's icon is poorly formed so I updated it.
But now when I rebuild I get the icon changed in the Manifest to android:icon="@mipmap/myicon" and that icon is not found so the build fails.
Even if I change the myicon reference, the build changes it back to myicon which I don't apparently have.
in the mipmap-anydpi-v26 folder i have:
ic_launcher.xml
ic_launcher_round.xml
icon.xml
icon_round.xml
myicon.xml
I'm just a lowly C# and assembler programmer. I find these references confusing.
How can I fix this?
RON
