Rebuild or regenerate ic_launcher. png from images in Android Studio I created the ic_launcher image by creating a new Image Asset in Android Studio by, File > New > Image Asset This created an ic_launcher in a square, round and an Adaptive icon from the XML file Note: At the time of writing I faced issues with the SVG image exported from Adobe XD So I had to use the online converter
Cannot resolve symbol @drawable ic_launcher - Stack Overflow @mipmap ic_launcher mipmaps - used for icons only - mipmap vs drawable folders drawables - used for images other than icons According to this Google blogpost: It’s best practice to place your app icons in mipmap- folders (not the drawable- folders) because they are used at resolutions different from the device’s current density
The drawable ic_settings in drawable has no declaration in the base . . . "The drawable 'ic_settings' in drawable has no declaration in the base drawable folder or in a drawable-densitydpi folder; this can lead to crashes when the drawable is queried in a configuration that does not match this qualifier" I have no idea what this means I just added it using the New -> Vector Asset menu