-
Notifications
You must be signed in to change notification settings - Fork 404
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
app icon not display black display #Android 15 #618
Comments
I have the same issue. the icon is black on the emulator and APK failed to install on the physical device |
I have the same problem. My package version: 0.14.2 |
same issue on android 14 |
it worked for me by adding adaptive_icon_background, adaptive_icon_foreground
|
That works... |
OMG you're a life saver! They definitely must address this on the official documentation. |
Agree. +1. |
Same issue here. I have tried the workaround and got no success. |
Solution: If the adaptive_background does not work for you Delete the file *-anydpi-v26/[launcher].xml E.g android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml |
Check my latest reply |
Deleting the file made me happy again! Thanks! 😄 |
This works for me
Don't forget to run again |
Work for me, you save my night, thank you so much |
Work for me <3 |
ℹ️ Info
💬 Description
📜 Pubspec.yaml
The text was updated successfully, but these errors were encountered: