1

在此处输入图像描述

我已经更新了圆形和方形图标的图像,但在最近的应用程序中显示了默认的应用程序图标。

Manifest.xml 有以下代码

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

0 回答 0