28

This is the error message I get when attempting to give my app an image on the play store. Here is the image.

enter image description here

It was created in GIMP. Please help, this is keeping me from getting my app up.

sajattack
  • 803
  • 1
  • 9
  • 23

7 Answers7

36

As described on Google Play Store developer console, icon image should be:
512 x 512, 32-bit PNG (with alpha)

Your picture is (I checked with "file" Linux command)
PNG image data, 512 x 512, 8-bit colormap, non-interlaced

This happened because your image uses only a few colors and gimp decided to use png format with indexed colors so image file is as small as possible.

Marcin Mikosik
  • 788
  • 8
  • 21
3

Resolved by re-saving with Paint.NET. I guess it's some kind of GIMP bug.

sajattack
  • 803
  • 1
  • 9
  • 23
1

you can also use

PNG image data, 512 x 512, 8-bit/color RGBA, non-interlaced
Mojo Jojo
  • 188
  • 4
  • 16
0

if you see "Store Listing". down. down.. down... there is another input box

Hi-res icon Default – Korean (South Korea) – ko-KR 512 x 512 32-bit PNG (with alpha)

I also wasted very much time. the solution was very, very, simple.

there is another input box.

InWoo
  • 1
  • JIC it can help someone: If you have low resolution images and want to convert them to high resolution, you could consider [this free, online webapp](https://pixlr.com/editor/). Cheers! – Narayana J Mar 31 '16 at 01:33
0

I worked hours on this. Finally I downloaded photo and picture resizer and you can type in the size you want. Then take a screenshot of it and upload it.

0

I have done below to solve this issue:

  1. Used resize button in the mspaint / Paint application in Windows.

  2. Made sure the content is in the middle of the images.

Uploaded, it worked.

Manohar Reddy Poreddy
  • 25,399
  • 9
  • 157
  • 140
-1

Google flagged me with this even I haven't changed our icon, only the screenshots.

Mikey
  • 4,218
  • 3
  • 25
  • 25