Android Studio displays two drawable with the same name

246 Views Asked by At

Androis Studio displays two drawable of the same name and one of them contains different picture, than another.

enter image description here

The one tagged with v24 contains incorrect picture (default Android icon) and another one contains correct picture, which I have generated with Image Asset Studio.

How to wipe out incorrect picture or make it correct?

2

There are 2 best solutions below

0
On

this is API level. Android 7.0 (API level 24) meaning minSdkVersion 24 and you can see your minSdkVersion in gradle file.

You can also delete ic_launcher_foreground.xml (v24)

1
On

You don't need to delete it but you can do it with right click and then delete. What is wrong with the picture?