gpt4 book ai didi

android - 使用自适应图标时不显示旧图标

转载 作者:IT老高 更新时间:2023-10-28 22:25:02 25 4
gpt4 key购买 nike

我刚刚使用 android studio 中的 Image Asset Studio 将我的应用图标转换为与 android o 的自适应图标兼容

当我现在在运行 API 25 的设备上运行我的项目时,我得到了默认的绿色 android 图标,而不是我的图标。

这是我的 list

<application
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:allowBackup="false"
android:roundIcon="@mipmap/ic_launcher_round"
tools:replace="allowBackup"
tools:ignore="GoogleAppIndexingWarning">

这些是图像 Assets 工作室创建的文件

enter image description here

这只是一个 Android Studio 错误还是我遗漏了什么?

最佳答案

我遇到了同样的问题,并通过将我的 mipmap-anydpi 目录重命名为 mipmap-anydpi-v26 来解决它。

显然 ic_launcher.xml 文件混淆了旧的 Android 版本,这将它隐藏在除 O 之外的所有版本中。无论如何,我的图标现在适用于所有版本(至少到 SDK 11) .

关于android - 使用自适应图标时不显示旧图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44445305/

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