Skip to main content
MJD1981
Inspiring
May 10, 2013
Answered

Google Play "missing icon"

  • May 10, 2013
  • 1 reply
  • 921 views

Even after upgrading to AIR 3.7 and successfully packaging a 96x96 icon, Google Play is still rejecting my APK because an "icon is missing". What else could there possibly be?

<image36x36>Icons/36x36.png</image36x36>

<image48x48>Icons/48x48.png</image48x48>

<image72x72>Icons/72x72.png</image72x72>

<image96x96>Icons/96x96.png</image96x96>

As far as I can see, those 4 are all that are specified in their official advice:

http://developer.android.com/guide/practices/ui_guidelines/icon_design_launcher.html

This topic has been closed for replies.
Correct answer MJD1981

Turns out it was a native extension causing Google Play to imply that an "icon" was missing. Very strange...

1 reply

MJD1981
MJD1981AuthorCorrect answer
Inspiring
May 13, 2013

Turns out it was a native extension causing Google Play to imply that an "icon" was missing. Very strange...