flutter_launcher_icons icon indicating copy to clipboard operation
flutter_launcher_icons copied to clipboard

Android images generated succesfully but the app show the default android launcher icon

Open houssam15 opened this issue 1 year ago • 9 comments

https://github.com/houssam15/easy_charge/issues/2

houssam15 avatar Oct 22 '24 15:10 houssam15

delete file : android/app/src/main/res/mipmap-anydpi-v26/${androidIconName}.xml file after running generating to solve this issue.

moshkla avatar Oct 28 '24 09:10 moshkla

delete file : android/app/src/main/res/mipmap-anydpi-v26/${androidIconName}.xml file after running generating to solve this issue.

Thanks

mfarooqone avatar Oct 28 '24 10:10 mfarooqone

Thanks for your help. After delete this xml file i work normally. I hope this problem will be fix.

imhj avatar Oct 29 '24 02:10 imhj

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.

IMG_20241016_142935

HumanBot000 avatar Oct 31 '24 00:10 HumanBot000

IconKitchen-Output (2).zip

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

HumanBot000 avatar Oct 31 '24 00:10 HumanBot000

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

HumanBot000 avatar Oct 31 '24 00:10 HumanBot000

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.

Ibrohimov-Abdullah avatar Nov 05 '24 19:11 Ibrohimov-Abdullah

Happened to me too, also the Device turned into Standby Mode.

mdigruber avatar Nov 21 '24 15:11 mdigruber

Please add this instruction in the readme while there is no long-term solution for this yet. thank you :)

maplepam avatar Dec 06 '24 03:12 maplepam