App icon problem, anyone help me

app icon size?
and which format?

The specs of the icon can be

  • In PNG/JPEG/jpg/gif (not animated)
  • Any size (recommended below 512x512)
1 Like

What pixel density do you need in order for it to be sharp in any device the app is installed on?

1 Like

Size, 512x512 px
Format i am using PNG

1 Like

The new Google Play app icon specifications:

1 Like

The link have nothing to do with app icon for apps.
The new square format is only for app icons at play store and not the app itself.

3 Likes

Yes, but I thought we were talking about it.

Or is this about:
https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive

1 Like

It was about the icon size of 512x512 px, this can not mean the launcher icon.

2 Likes

Android Asset Studio - Launcher icon generator - GitHub Pages
https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html

3 Likes

I will recommend Android Asset Studio for rounded icons.
It can make any image to rounded icon which look very attractive.

1 Like

Be aware that Android 8.0 (API level 26) introduces adaptive launcher icons.

In Android 7.1 (API level 25) and earlier, launcher icons were sized at 48 x 48 dp. You must now size your icon layers using the following guidelines:

  • Both layers must be sized at 108 x 108 dp.
  • The inner 72 x 72 dp of the icon appears in the masked viewport.
  • The system reserves the outer 18 dp on each of the 4 pages to create interesting visual effects, such as parallax or pulsing.

For Launcher Icon Previewer see here: https://iconpreview.com/
Meet Launcher Icon Previewer - preview your app icon design on your device - DEV Community 👩‍💻👨‍💻

1 Like