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

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

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

14条回答
  •  有刺的猬
    2020-11-28 18:10

    Go to:

    res > drawable > right click > show in folder > add desired logo

    Then go to android manifest, edit ICON tag under application tag, use "@drawable/nameOfImage"

提交回复
热议问题