My app icon is not showing on some devices

I just published my app on play store and I notice that some Samsung device does not display the icon of my app. They assert the default icon of android studio. Have you an idea what can cause that? i'm confused

asked Apr 22, 2019 at 6:32 219 1 1 gold badge 4 4 silver badges 11 11 bronze badges Check your all mipmap folder. maybe one of them does not contain the right png image. Commented Apr 22, 2019 at 6:52 How it shows? Like Default app icon? Commented Apr 22, 2019 at 6:52

5 Answers 5

File -> New -> Image Asset -> Launcher Icons (Adaptive and Legacy) 
answered Apr 22, 2019 at 6:51 Hasan Kucuk Hasan Kucuk 2,741 6 6 gold badges 21 21 silver badges 41 41 bronze badges

Remove this line..

android:roundIcon="@mipmap/ic_launcher_round" 
answered Apr 22, 2019 at 6:34 Infusion Analysts Infusion Analysts 489 2 2 silver badges 7 7 bronze badges

My issue was solved by restarting the phone.

answered Jun 2, 2020 at 5:35 3,268 6 6 gold badges 17 17 silver badges 44 44 bronze badges

I thing some device had oreo and pie OS that why device does not show the correct app icon.Now you can delete ic_launcher_round and ic_launcher from mipmap-anydpi-v26

answered Apr 22, 2019 at 6:58 user7035006 user7035006 86 3 3 bronze badges

This happened to me when I noticed my mipmap folder is missing but if I search the icons in the project they are there. So I created a mipmap folder manually New > Android resource directory > Mipmap. Then I generated the image asset for the icons again.

answered Dec 2, 2022 at 7:16 76 3 3 bronze badges

This question is in a collective: a subcommunity defined by tags with relevant content and experts.