Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Blurry Launcher Icons

I am trying to add a launcher icon to my Android application, but something seems wrong with resolution whan app is installed. The device I'm working with has an XHDPI screen, so I am testing with a 96x96 (px) image. I used the Image Asset in Android Studio to generate a default icon:

XHDPI (96x96) icon

This is the result in my device: enter image description here

You can notice that the image is a bit blurry, as it has been resized. It happens with every icon I make. What is happening? I am using MIUI, altough it doesn't appears to affect to the other icons.

EDIT: My launcher icon is inside the mipmap folder.

like image 270
sysseon Avatar asked Nov 19 '22 03:11

sysseon


1 Answers

Remove Your file from mipmap-anydp-v26 folder.. it might work for you like me

like image 169
Muhaiminur Rahman Avatar answered Dec 05 '22 03:12

Muhaiminur Rahman