12

I've used Launcher Icon Generator to generate a simple icon. It also generates web_hi_res_512.png which is, as far I know, required size of launcher icon for publishing app at Google Play. But where should be this icon placed?

Martin Drlík
  • 1,434
  • 1
  • 14
  • 27
  • 1
    It is not part of your .apk, but you need to separately upload it in the developer console as part of the store listing. – nhaarman Jan 11 '14 at 22:56
  • It's possible, but I have problem to upload release.apk. It ends up with "You need to add an icon to your APK.", checked related questions, no luck though. This just came to my mind, as a possible issue. – Martin Drlík Jan 11 '14 at 23:00
  • Do you have `` in your `AndroidManifest.xml`? Furthermore, in the developer console, you must select that 512x512 image under the "High res icon" section. – nhaarman Jan 11 '14 at 23:02
  • I have there android:icon="@drawable/ic_launcher", works while testing on device (debug.apk)... – Martin Drlík Jan 11 '14 at 23:07
  • Check out http://stackoverflow.com/questions/14644711/you-need-to-add-an-icon-to-your-apk-while-uploading-app-to-google-play – nhaarman Jan 11 '14 at 23:08
  • Have checked, no \n in label, recommended prefix "ic_launcher" used, at least it seems that missing 512x512 launcher icon does not cause "You need to add an icon to your APK." problem. – Martin Drlík Jan 11 '14 at 23:15

1 Answers1

9

In Google Play App Publish interface: -> All Applications -> $YOURAPP -> Store Listing

There is High-res Icon * 512 x 512 32-bit PNG

Artem
  • 1,307
  • 2
  • 11
  • 23