在标题中,仅在Oreo
上,应用程序有错误的启动器图标。
所有必需尺寸均在mipmap
我没有-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">
有什么建议吗?