Quick question I’m trying to change my app’s launch icon but it doesn’t seem to want to change. I changed the dimensions of it to the following for the variety of screen sizes as seen here: http://developer.android.com/guide/practices/ui_guidelines/icon_design_launcher.html
- 36 x 36 for ldpi
- 48 x 48 for mdpi
- 72 x 72 for hdpi
Plus in the android manifest file I added the following line:
<application android:icon="@drawable/iss" android:label="Endeavor">
Yet when I run the app and look for it on the phone it’s basic launch icon is the default android green icon. What’s the problem here?
Try uninstall app and reinstall…. Sometimes the icon does not update :s