【发布时间】:2017-12-19 18:35:29
【问题描述】:
(我已经更新了帖子)
这是我的项目:
清单:
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"
Mipmap: 由新建 > 图像资源创建 我选择了启动器图标(自适应和旧版)
此外,当我打开其中任何一个时,我都会看到我想要的图标:
现在,启动器图标可以正常工作了:
我遇到的问题是它不想更新当我要选择另一个应用程序时显示的图标。
【问题讨论】:
-
这能回答你的问题吗? Set icon for Android application