0

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 .

Cynogen
  • 11
  • 2

2 Answers2

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