0

I changed the launcher icon file and it's name(from ic_logo to ic_launcher) and made respective changes in the Manifest.

Some devices(Moto-G, Moto Razor) which updated the app since then see the default droid icon instead of the actual ic_launcher icon. The same devices would see the proper launcher icon if the app is uninstalled and reinstalled, instead of just updating.

It shouldn't be a problem with the folders the icon is placed in. Because it works fine on most of the devices and after uninstall and reinstall on the above mentioned devices. Just for reference:

enter image description here

Anything I can do to make it work in the next update(without uninstalling)?

Community
  • 1
  • 1
Archie.bpgc
  • 23,812
  • 38
  • 150
  • 226

2 Answers2

0

Clean your project once and then try

Uttam Panchasara
  • 5,735
  • 5
  • 25
  • 41
0

For Application Icon, try to put them in @mipmap directory. That's what Google recommends and sometimes stupid bugs happen when you don't follow the guidelines.

Read mipmap drawables for icons

Community
  • 1
  • 1
Eddie
  • 761
  • 3
  • 9
  • 22