Question

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 the icon is no where to be found in any of my project files. I haven't moved my ic_launcher images at all so they are all still in their appropriate drawable folder. It was showing fine an hour ago on another computer.

It started showing differently when I downloaded my code from an svn repository on another computer and started eclipse.

Cleaning my project fixed this.

Was it helpful?

Solution

Check paths (/res/drawable-*) and try to clean your project

OTHER TIPS

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?

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top