-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 0.40.0 generates icon but it is not showing in android screen #579
Comments
I have the same issue. I think the root cause is the file
is being generated although nothing is configured regarding the adaptive icons. Deleting this file after generating resolves the issue for me. |
Can you share your pubspec.yaml and which Android SDK you were running the app on please |
Really helpful, thank you! |
wow. it's work for me. thank you so much, sir. |
Wow. It works for me after a long struggle. Thank you very much. |
confirm. it works for me. |
Thnks buddy , it worked |
a Lot of thanks to you |
After spending 2 days, it finally got resolved with your answer. Thanks alot |
It worked for me. Thanks alot. |
It worked for me too, Thank you !
|
It worked for me. Thanks alot. In my case the file name is launcher_icon.xml
|
Thank you brother for putting me out of my 2 and a half hour despair. |
Like everyone it worked for me too!! |
It worked! Thanks! |
Worked for me too! |
In my case, I had to delete the launcher_icon.xml file in android/app/src/main/res/mipmap-anydpi-v26 for it to work. |
It worked! Thanks! |
成功了谢谢! |
Icon is being successfluuy generated on version 0.31.0 but on the current version 0.40.0 the output of this is
"
flutter pub get
flutter pub run flutter_launcher_icons
"
is sucessful but when on actual phone there is no icon.
The text was updated successfully, but these errors were encountered: