更新Android操作系统后,我的应用程序图标已更改回Android默认设置

时间:2018-03-29 13:09:58

标签: android-studio android-manifest android-icons

我今天得到了Android更新的提示,我同意,在它运行并重新启动应用程序之后,我一直在努力恢复到Android默认图标。文本是正确的,但即使在卸载应用程序并重新安装后,默认图标仍然存在。我已检查过Android清单,设置与下面的设置相同

<application
    android:allowBackup="true"
    android:icon="@mipmap/ic_launcher"
    android:label="@string/app_name"
    android:largeHeap="true"
    android:roundIcon="@mipmap/ic_launcher_round"
    android:supportsRtl="true"
    android:theme="@style/AppTheme">

我已经检查了文件并且它们是相同的,为什么我的应用仍会显示Android图标?还有其他人经历过这个吗?

1 个答案:

答案 0 :(得分:0)

我确实遇到了类似的问题,我所做的是用标准分辨率替换我的徽标文件,由谷歌Here构成 退出项目中的一个。由于您的退出徽标可能不符合Android的新标准和更新标准。