我有一些测试png图像,我想将其用作启动图标。 我为此在Android Studio中使用了Image Asset。 此files已创建。
清单:
<application
android:allowBackup="false"
android:icon="@mipmap/icon_famous_p"
android:label="@string/app_name"
android:roundIcon="@mipmap/icon_famous_p_round"
android:supportsRtl="true"
android:theme="@style/Theme2">
我在几种设备(从17 t0 28开始的api)上对此进行了测试,一切正常,我得到了图标。我之前已经在此设备上测试过该应用程序。虚拟设备也是如此-一切正常。
但是在我自己的手机上,小米mi mix 2s(api 28)我找不到我的图标。我得到一些小的icon。
我尝试在安装前删除应用程序,重启手机等,但问题仍未解决
更新。我发现该图标在api> 26上没有更改-如果您加载第一张图片,则在Android Studio中更改res后该图标也不会更改