I have a Xamarin project with custom icon for my app. Icon works correctly when deploying to device from Visual Studio, but when I create an .apk file with Archive functionality, I get the default icon instead of my icon.
Icon is defined ( "@drawable/icon" ) in manifest, project settings and MainActivity.
Are there some extra steps/configurations that I need so that correct icon is placed in the .apk?
I'm running Xamarin 4.12.3.78