I posted this at stackoverflow, but I haven't gotten any helpful answers:
http://stackoverflow.com/questions/7546351/android-launcher-icon-not-working
The crux is I that the app icon I have assigned in my manifest isn't being
used in the launcher on my phone (all I get is the default package icon). I
have created three different resolutions of my icon, and placed them in the
/res/drawable-hdpi (and ldpi and mdpi accordingly). I replaced the existing
default icons with my icon, so the name is the same. My manifest contains
<application android:icon="@drawable/icon"
android:label="@string/app_name">
Now when I install the app into my emulator, I get the icon in the launcher.
But when I install the app on my phone, all I get in the launcher is the
default icon. I install the app by copying the apk to my sdcard and then
opening it with astro. Astro opens the apk with the app manager and the app
manager does show the correct icon when it is being installed, so app
manager can see the icon. Yet once it gets on my launcher, the icon is gone.
Any suggestions?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en