Flutter Android application icon when app is minimized

691

Apparently, this is only an issue when working in the debugging mode on an emulator. I've tried the same application on the physical mobile device and it had the correct image up there. Perhaps, it's a Flutter bug.

Share:
691
kovalyovi
Author by

kovalyovi

Started developing in early 2014 with VBA for Excel. Since then my passion grew towards programming and I am currently working on C# .NET web projects, Android-Java development, and side ReactJS projects. Studied and practiced R for data analysis classes. Programming brings me joy and I learn a lot as I go and mostly learn from StackOverflow, meaning from each of you!

Updated on December 25, 2022

Comments

  • kovalyovi
    kovalyovi over 1 year

    I've been trying to find a way to change that icon by many ways but that didn't work - I still get this white android on the blue background.

    I tried:

    • using Android Assets Studio where I configured all assets (app icon and everything else looks good except that minimized icon)
    • changing AndroidManifest.xml icon and round icons
    • using flutter_launcher_icons plugin

    And everything is without luck. How can I manually change that specific minimized icon? minimized app icon

    Android Assets Studio

    android xml file

    resources

  • kovalyovi
    kovalyovi over 3 years
    But even though I have that ic_launcher_round.png, it still shows the 'default' Android one.
  • dGoran
    dGoran over 3 years
    yap it takes ic_launcher and makes it round.
  • kovalyovi
    kovalyovi over 3 years
    I assume you didn't understand my question. My question was WHY does the app show a default android round icon even though I've set up my own, custom icon. You said that ic_launcher should be displayed but it's not displaying my ic_launcher.
  • kovalyovi
    kovalyovi about 3 years
    as I described below, it's only a problem for the debug mode not the release.
  • manafire
    manafire about 3 years
    I thought the same and almost gave up but finally after clearing the app cache and app storage on the emulated device and rebuilding it worked for me.