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

前端 未结 14 1464
别那么骄傲
别那么骄傲 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) *****

    0 讨论(0)
  • 2020-11-28 18:23

    All the download process is too long, just navigate to your project preview and select project view, right click on app folder, then click on new, then create a new image asset. Kindly choose the file path and click next and finish.

    important: Reinstall your app.

    0 讨论(0)
提交回复
热议问题