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

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

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

14条回答
  •  青春惊慌失措
    2020-11-28 18:12

    To quickly create a new set of icons and change the launcher icon in Android Studio, you can:

    1. Use this tool: https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html to upload your preferred image or icon (your source file). The tool then automatically creates a set of icons in all the different resolutions for the ic_launcher.png.

    2. Download the zip-file created by the tool, extract everything (which will create a folder structure for all the different resolutions) and then replace all the icons inside your project res folder: \app\src\main\res

提交回复
热议问题