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

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

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

14条回答
  •  执念已碎
    2020-11-28 18:13

    In the manifest file, under the tag, there will be a similar line:

    android:icon="drawable_resource_path"
    

    Place the launcher icon you want in drawable folder and write its resource path.

提交回复
热议问题