[android-developers] Application icon for wallpapers missing
When I fire up an emulator using Eclipse and have a look at live
wallpapers, the two default wallpapers - Cube and Cube Resources -
show as grayed-out icons that look like the image is missing.
The wallpaper I have written is exactly the same, the proper image
doesn't show. Doesn't work on my phone either.
Howeever, if I go into manage services in the settings screen in the
emulator, the proper icon is showing. Its showing as the service icon
but not the application icon.
Ive got:
<application
android:label="@string/wallpapers"
android:debuggable="true" android:icon="@drawable/foo">
with foo.pmg, foo.jpg in drawable all being accepted by the IDE but
not showing as the application icon.
As I say, the default cube live wallpaper doesn't show its correct
icon either - I downloaded the source and recompiled, same thing.
Any ideas?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home