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

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

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

14条回答
  •  孤城傲影
    2020-11-28 18:22

    Try this process, this may help you.

    1. Create PNG image file of size 512x512 pixels
    2. In menu, go to File -> New -> Image Asset
    3. Select Image option in Asset type options
    4. Click on Directory Box at right.
    5. Drag image to source asset box
    6. Click Next (Note: Existing launcher files will be overwritten)
    7. Click Finish

    ***** NB: Icon type should be Launcher Icons (Adaptive and Legacy) *****

提交回复
热议问题