gpt4 book ai didi

android - @mipmap/ic_launcher 未用于应用程序图标

转载 作者:行者123 更新时间:2023-11-29 23:47:13 25 4
gpt4 key购买 nike

我正在更改应用程序启动器图标并使用 instructions 修改了 res/mipmap/ic_launcher 图标.在 Android Studio 中,我看到了正确的修改后的图标。

但是,原始默认图标仍在设备上显示,而不是我绑定(bind)到 ic_launcher 的新图标。我的 list 使用指向新值 AFAICT。

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="app.anytune.rxsongbrowsertrials">

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity
android:name=".MainActivity"
....
</manifest>

为什么没有使用 ic_launcher 图标?

最佳答案

我发现了错误。使用 Image Asset Studio工具它在 ic_launcher 资源中为以下分辨率的普通版本 (res/mipmap/ic_launcher) 和圆形版本 (res/mipmap/ic_launcher_round) 创建了我的新启动图标:dpi、dpi、xhdpi、xxhdpi、 xxxhdpi。虽然这些都是 png 文件,所以这些文件可能仍然有问题,因为我希望它们是 .xml 文件。

但是,它没有更新anydpi-v26 分辨率。这仍然是指带有模板图像的原始可绘制对象。我需要手动更新前景标签以使用我的新可绘制对象。

关于android - @mipmap/ic_launcher 未用于应用程序图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51214567/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com