app图标在*任务菜单*中没有改变吗?

时间:2018-07-19 10:20:39

标签: android dart flutter

通过用我从here下载的文件替换文件,我已成功更改了应用程序的应用程序图标。

它在菜单中正常工作,并带有预期的徽标和名称。 但是在任务菜单中图标未更改。enter image description here

并且在菜单中也可以。enter image description here

我用 android中的新文件夹替换了[ mipmap-hdpi,mipmap-mdpi,mipmap-xhdpi,mipmap-xxhdpi,mipmap-xxxxhdpi ]文件夹-> app-> src-> main-> res 项目的路径。

任何帮助将不胜感激。

2 个答案:

答案 0 :(得分:0)

请检查清单文件。

  <application
        android:name="io.flutter.app.FlutterApplication"
        android:label="flutter"
        android:icon="@mipmap/app_logo">

您必须在此处更改图标名称。

答案 1 :(得分:0)

我犯了同样的问题。我重新启动了智能手机,它按照相关主题中的建议运行。重新启动后,该图标随处显示。

我附上了相关链接:

Problem ticket in Flutter Github

Related question with soulution that worked