-
Notifications
You must be signed in to change notification settings - Fork 406
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
[BUG] Android: Black app launcher icon #578
Comments
Icon is a black box? |
Facing the same issue. Not sure about IOS but I have a black icon in android. |
Does this work fine for v0.13.1? What Android SDK version are you using? |
@MarkOSullivan94 I found the issue in my case, version 1.14.0 is creating a folder mipmap-anydpi-v26 in res folder which contains some sort of xml files, deleting that folder fixed this for me. |
I degraded the package version to this |
Are we sure this issue should be closed? I think I just encountered this glitch. As suggested by @ShuvamJaswal, deleting the |
Agree with it, issue still present on Android (I've tried 12 and 14, both have the issue) on 0.14.0 and 0.14.1 |
Which resolution should we use for this image? After last update, my icon become really small. I didnt change anything, same image, just update the package. |
i had this exact same problem with 1.14.1 and found the same answer here : https://stackoverflow.com/questions/79065420/suspected-flutter-launcher-icons-0-14-1-causing-fatal-exception-wmshell-splashw another issue is since i fixed it now my app icon is stuck with a white outline. i am unsure what caused this but it was not the case before having to delete that folder. |
I deleted the mipmap-anydpi-v26 folder that contained an xml file in android/app/src/main/res folder |
I'm using
flutter_launcher_icons
v0.14.0 to generate app icons for both Android and iOS. Despite providing a colored logo, the generated app icons are black in Android. But in iOS this is working fine.The logo is correctly formatted as a PNG file, and I've set the necessary configuration in
pubspec.yaml
, but the output remains incorrect.Flutter Doctor result:
Do you know if this is a bug from the latest update? Or am I doing something wrong?
The text was updated successfully, but these errors were encountered: