10

I am trying to create circular launcher icons in Android Studio 2.2 but they keep coming out square. Has anyone else encountered this? Am I doing something wrong?

enter image description here

enter image description here

piotrek1543
  • 19,130
  • 7
  • 81
  • 94
user-44651
  • 3,924
  • 6
  • 41
  • 87

3 Answers3

8

After clicking Next you should get circular launcher icon.

Previews might be misleading as they have background as the icon.

After all, if you won't get what you expect, try: https://romannurik.github.io/AndroidAssetStudio/

Hope it will help

piotrek1543
  • 19,130
  • 7
  • 81
  • 94
5

Set the project structure to Android
For app module :-
1. Select app-> res
2. Right click on res folder, click on Image Asset
3. In Legacy tab set the shape to Circle


For wear module :-
1. Select wear-> res
2. Right click on res folder, click on Image Asset
3. In Legacy tab set the shape to Circle

Nadeem Shaikh
  • 1,160
  • 9
  • 17
1

Go to under "File > New > Asset Studio", then look for Foreground, Background, Legacy. Click on Legacy and choose "circle" from the drop-down menu under "shape".

Pika Supports Ukraine
  • 3,612
  • 10
  • 26
  • 42
mytwocents
  • 11
  • 1