I replaced the mipmap folder by new ic_launcher folder but still not showing the icon I set,
in manifest file the icon is set to ic_launcher android:icon="@mipmap/ic_launcher"
but still the old logo is showing .
Asked
Active
Viewed 461 times
0

Cynogen
- 11
- 2
2 Answers
0
The way to change the app icon changed a long time ago. In android studio goto
File > New > Image Asset
Now you will be able to create a new icon for your app.

Haris
- 372
- 3
- 16
-1
you need to change that name with your icon name
android:icon="@mipmap/{your icon name}.png

rocking papu
- 10
- 3