android - 应用程序图标在 7.0 以上的 android 操作系统中不显示。它显示圆形默认启动器图标

标签 android android-studio

应用程序图标在 7.0 以上的 android 设备中不显示。它显示圆形默认启动器图标 它是如何解决的请给我建议提前谢谢

最佳答案

请在 list 文件中设置圆形图标

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

关于android - 应用程序图标在 7.0 以上的 android 操作系统中不显示。它显示圆形默认启动器图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46947201/

相关文章:

java - Android Studio : Searchview for images, 怎么办?

android - 使用依赖于其他库的我的库的 AAR 文件

android - 网络用户目录的设置gradle

android - android中的手势是什么?

Android:使用 MediaCodec 和 MediaMuxer 在录制时裁剪视频

java - 在 Retrofit 中,为什么每个接口(interface)使用一种方法

android - 使用不同的 asset .properties 进行调试和发布

android - 在 Oreo 中注册静态广播接收器

java - Skobbler callout tail imageview 显示不正确 Android SDK 2.5.1

android - 布局从顶部切断