Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Launcher Icons (Legacy only) showing white background icon android studio 3.3

In android studio 3.3 when I am trying to import image for launcher icon using legacy only option its showing white background icon even after importing the image its showing same and not changing the icon with imported one.

See the screenshot: enter image description here

What's the problem with android studio 3.3? Any solution?

like image 775
0xAliHn Avatar asked Oct 18 '18 11:10

0xAliHn


1 Answers

This is a known issue in Android Studio 3.3, pending the time before it gets fixed. You can be using this awesome open source tool by someone in the community.

GOTO

https://romannurik.github.io/AndroidAssetStudio/index.html

SELECT Launcher icon generator

Launcher icon generator

SELECT Image and choose the image from the explorer dialogue

Image and choose the image from the explorer dialogue

Your selected image will be shown in the right-hand side as below

Your selected image will be shown in the right-hand side as below

The finally, you can download the icon generated in mipmap folder

The finally, you can download the icon generated in mipmap folder

You can also set varieties of options from the left-hand side, options like the background color, color, padding, shape, effect and the generated file name.

I hope this helps someone.

like image 131
sodiqOladeni Avatar answered Sep 16 '22 22:09

sodiqOladeni