简体   繁体   English

flutter 启动器图标的问题,成功安装后它不会在我的 android 设备中显示启动器图标

[英]issue with flutter launcher icons, after successfully installed it doesn't show the launcher icons in my android device

在此处输入图像描述

here is my pubspec.yaml file , here I am added correct what documents says,

在此处输入图像描述

here is my project structure and icon added folder

here I had successfully generated launcher icons from there flutter packages, and also in the terminal it shows, icons successfully generated, but when I install app on my device it doesn't show app icon, here I checked the android manifest file and mipmap folder there also I can see my launcher icon inside mipmap folder, but it doesn't show it on device在这里,我已经成功地从 flutter 包中生成了启动器图标,并且在它显示的终端中,图标成功生成,但是当我在我的设备上安装应用程序时,它没有显示应用程序图标,这里我检查了 android 清单文件和 mipmap 文件夹我还可以在 mipmap 文件夹中看到我的启动器图标,但它没有在设备上显示

I think due to the cache of the build your facing the problem.我认为由于构建的缓存,您面临的问题。 so clear the flutter clean and flutter pub get it will work.所以清除flutter cleanflutter pub get它会工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 即使在收到“✓ 成功生成启动器图标”后启动器图标也无法正常工作 - Launcher Icon not working even after getting "✓ Successfully generated launcher icons" 为什么Android Asset Studio不会生成ldpi启动器图标? - Why doesn't Android Asset Studio Generate ldpi launcher icons? Android:以编程方式添加启动器图标 - Android: Add launcher icons programmatically Flutter “flutter_launcher_icons 0.9.3” android 图标现在可以工作了 - Flutter "flutter_launcher_icons 0.9.3" android icon now working 在android中显示用于自定义启动器的已安装应用程序图标页面 - Displaying a page of installed app icons in android for custom launcher 添加 flutter_launcher_Icons 后,gradle 构建失败 - After adding flutter_launcher_Icons gradle build fails 软件包 flutter_launcher_icon 不删除自适应图标 - Package flutter_launcher_icon don't remove adaptive icons 在启动器屏幕上获取已安装应用程序图标的位置 - Get the location of installed application icons on launcher screen 安装后为什么我的应用程序未显示在图标网格(不是启动器)中 - Why is my app not showing in the grid of icons (not the launcher) after installation 使用flutter_icons_launcher与flutter_icons包冲突 - Conflict using flutter_icons_launcher with flutter_icons packages
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM