How do you change the launcher logo of an app in Android Studio?

前端 未结 14 1539
别那么骄傲
别那么骄傲 2020-11-28 17:50

I was wondering how to change the launcher icon in Android Studio.

14条回答
  •  Happy的楠姐
    2020-11-28 18:14

    Go to your project folder\app\src\main\res\mipmap-mdpi\ic_launcher.png

    You will see 5 mipmap folders. Replace the icon inside of the each mipmap folder, with the icon you want.

提交回复
热议问题