0

I spent several hours trying to upload png image as App Launch Icon with no success. Cleaning, restarting, adding png files manually to folders didn't help. The problem was fixed only after I changed png to jpeg.

Does anyone know why it happened?

tomerpacific
  • 4,704
  • 13
  • 34
  • 52

1 Answers1

-1

No detailed info, but you could go to this link and:

  • Click image tab
  • insert your image and select all features
  • download it
  • replace all image formats (xxhdpi, hdpi, ...) in your drawable-xxhdpi, drawable xhdpi,... and mipmap-xxhdpi, mipmap-xhdpi,... folders.
  • set the android:icon = "@drawable/myicon" in AndroidManifest.xml

the format of the image(png or jpeg) is irrelated to the issue.

navylover
  • 12,383
  • 5
  • 28
  • 41