Android Oreo启动器图标设置为默认值而不是自定义

时间:2017-12-05 10:49:59

标签: android android-8.0-oreo

在标题中,仅在Oreo上,应用程序有错误的启动器图标。

所有必需尺寸均在mipmap

Directory hierarchy:

我没有-v26而且我刚刚创建了虚拟设备(带有Oreo的480x800),结果仍然是错误的应用程序图标(默认值:预期谷歌android)。

在androidmanifest.xml中:

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

有什么建议吗?

0 个答案:

没有答案