Android images generated succesfully but the app show the default android launcher icon
https://github.com/houssam15/easy_charge/issues/2
delete file : android/app/src/main/res/mipmap-anydpi-v26/${androidIconName}.xml file after running generating to solve this issue.
delete file : android/app/src/main/res/mipmap-anydpi-v26/${androidIconName}.xml file after running generating to solve this issue.
Thanks
Thanks for your help. After delete this xml file i work normally. I hope this problem will be fix.
delete file : android/app/src/main/res/mipmap-anydpi-v26/${androidIconName}.xml file after running generating to solve this issue.
This worked for a placeholder image for me, but after converting my real image with https://icon.kitchen/ the issue reappeared.
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icons/android/res/mipmap-hdpi/ic_launcher.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/icons/web/icon-192.png"
background_color: "#00C853FF"
theme_color: "#00C853FF"
windows:
generate: true
image_path: "assets/icons/web/icon-192.png"
icon_size: 192 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/icons/web/icon-192.png"
```
flutter_launcher_icons: ^0.13.1
Actually I got it working 5 hours before my project deadline. I also had to delete. I don't know what really happend or what I did, but after deleting the file and building 5 times, without any changes it suddently worked. Thank you <3
thank youu alll guysss!!!!
I really appriciate you all!!!!
delete file : android/app/src/main/res/mipmap-anydpi-v26/${androidIconName}.xml file after running generating to solve this issue.
Happened to me too, also the Device turned into Standby Mode.
Please add this instruction in the readme while there is no long-term solution for this yet. thank you :)