Android Android Studio sets a simple way to change the app's icon

I have probably completed an app. The icon of the app on the test machine interface displays the default Android icon. I found a simple way to change it.

This is the default icon and it’s pretty cute, but I made a logo myself and it just got so bad.

Open the Androidmanifest.xml file and find the code in application

android:icon="@mipmap/ic_launcher"

Press Ctrl + left mouse button to go to the corresponding location

Replace your logo picture in the background as shown in the picture, and put the picture in the drawable-folder

Then it becomes what you want~

Guess you like

Origin blog.csdn.net/weixin_54403750/article/details/128751003