techStackGuru

Icon for android app

Table of Content

  • The dimensions of the icons for each generalized screen density
  • Update an Icon Using Image Asset Studio

Changing the icons for your apps is a great way to personalize your Android phone. This icon can be modified according to your application requirements. Below image displays icons of different applications.

android-launcher-icon-1

Depending on the Android devices screen resolution and density, you will have to create icons for each dimension. Moreover, Android Studio provides us with a tool called Image Asset Studio which simplifies the task of creating icons for all screen densities.

If you choose the traditional method, here are the sizes for which you need to create the launcher icon:


The dimensions of the icons for each generalized screen density

IconsScreen Density
LDPI36 x 36
MDPI48 x 48
TVDPI64 x 64
HDPI72 x 72
XHDPI96 x 96
XXHDPI144 x 144
XXXHDPI192 x 192
WEB512 x 512

Update an Icon Using Image Asset Studio

Step 1: To start Image Asset Studio, goto File -> New -> Image Asset

android-launcher-icon-2

Step 2: As per your requirement, you may now create an Adaptive Launcher Icon or Legacy only Launcher Icon.

android-launcher-icon-3

Step 3: Select the path for icon image

android-launcher-icon-4

Step 4: Preview your icons

android-launcher-icon-5

Step 5: We now have the icon for our new launcher in all the respective folders.

android-launcher-icon-6

Step 6: To make sure our app knows to use the new icon, update the AndroidManifest file.

android-launcher-icon-7

previous-button
next-button