Skip to content
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

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

Open
houssam15 opened this issue Oct 22, 2024 · 7 comments
Labels

Comments

@houssam15
Copy link

houssam15/easy_charge#2

@houssam15 houssam15 added the bug label Oct 22, 2024
@moshkla
Copy link

moshkla commented Oct 28, 2024

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

@mfarooqone
Copy link

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

Thanks

@imhj
Copy link

imhj commented Oct 29, 2024

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

@HumanBot000
Copy link

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
Copy link

HumanBot000 commented Oct 31, 2024

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
Copy link

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

@Ibrohimov-Abdullah
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants