Android不断在手机中放置默认图标

时间:2019-06-27 11:12:41

标签: android android-launcher

我已更改了mipmap文件夹中的图标。在我的AndroidManifest中:

    android:allowBackup="true"
    android:icon="@mipmap/launcher"
    android:label="@string/app_name"
    android:roundIcon="@mipmap/launcher"

但手机中绘制的图标是默认图标(带有机器人符号的绿色)。我什至删除了ic_launcher.png和ic_launcher_round.png文件...

卸载并重新安装了很多次。清洁/重建也很多次。什么都没有。

这让我挠了一下头。

有帮助吗?

1 个答案:

答案 0 :(得分:0)

更改应用程序启动器图标的最佳方法是使用Android Studio中实现的图像资产选项。它可以处理所有常见的电话尺寸。

此处有更多信息-https://developer.android.com/studio/write/image-asset-studio#access

enter image description here