0

I have completed my first app and having problem with launcher icon. I have repalced the default ic_launcher icon in mipmap folder with my own icon. When i install the app, it shows the correct icon in phone's menu. But when i open application manager in phone , there it shows the default icon. Also when i open shareit or xender there also my app has default icon.....

I have spent two days searching for answer and tried all suggestions..But none of them are working.....Please give me a solution....

1 Answers1

0

It is bad practice to just overwrite the icon this way. It is advisable to edit the AndroidManifest.xml file. In the application tag you will find android:icon="@drawable/ic_launcher", change it to the icon you want that is placed in the drawable folder. That way it will be applied everywhere.

For more information: How to change the launcher logo of an app in Android Studio?

Karim ElGhandour
  • 337
  • 3
  • 13
  • I got the solution......This problem is only there in Xiaomi phones.....it is working fine in other phones....thanks.. – Amit Kumar Jun 19 '17 at 16:39