Search code examples
androidiconsapp-launcher

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 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.


Solution

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