App Launcher Icon Is Wrong
The manifest defines the app icon that I want. But when I deploy the app the app icon is a completely different icon. What could possibly be going on? The image that was showing as
Solution 1:
Check paths (/res/drawable-*) and try to clean your project
Solution 2:
It could be possible, that your phone uses an other density than the icon you provided. Did you scale you icon down to all densities? Did you forget to delete the default app icon in the ldpi, mdpi and hdpi folder?
Solution 3:
Make sure that you have the res/drawable-hdpi,ldpi,mdpi have the correct images and sizes.
The website below might help you out with the sizes.. http://developer.android.com/guide/practices/ui_guidelines/icon_design_launcher.html
Post a Comment for "App Launcher Icon Is Wrong"