Hi,
I have uploaded this app on Play Store:
https://play.google.com/store/apps/details?id=com.softnames.samana
I changed the icon everywhere to my icon but I keep getting the Xamarin default icon when installing the app although I don’t have the Xamarin icon anywhere in my project.
I deleted obj and biin, cleaned the project and restarted several times but still having same problem.
and this is my MainActivity just in case:
[Activity(Label = "Samana", Icon = "@mipmap/icon", Theme = "@style/MainTheme", MainLauncher = true, ScreenOrientation = ScreenOrientation.Portrait, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
and here is the AndroidManifest.xml
Can any one help please
Thanks,
Jassim
I have uploaded this app on Play Store:
https://play.google.com/store/apps/details?id=com.softnames.samana
I changed the icon everywhere to my icon but I keep getting the Xamarin default icon when installing the app although I don’t have the Xamarin icon anywhere in my project.
I deleted obj and biin, cleaned the project and restarted several times but still having same problem.
and this is my MainActivity just in case:
[Activity(Label = "Samana", Icon = "@mipmap/icon", Theme = "@style/MainTheme", MainLauncher = true, ScreenOrientation = ScreenOrientation.Portrait, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
and here is the AndroidManifest.xml
Can any one help please
Thanks,
Jassim