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

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

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

14条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-28 18:20

    Here is another solution which I feel is more sensible for those working on Android Studio:

    1. Expand the project root folder in the Project View
    2. Right Click on the app folder
    3. In the Context Menu go to New->Image Asset
    4. In the pop up that appears select the the new logo you would like to have(image/clip art/text).
    5. If you were selecting the image radio button (as is the default choice), if you clicked on the 3-buttons to show the path tree to locate your .png image file, most probably you might not be seeing it, so drag it from the Windows Explorer (if Windows) and drop it in the tree, and it will appear and ready for being selected.

    That is it! You have a new logo for you app now.

提交回复
热议问题