I am trying to fix these errors which has caused the build to fail. But I am noticing in the newest version of Studio it wont let me add the image files to mipmap to fix the problem. What should I do?
I'm trying to add to mipmap in my app I have missing files/errors but it won't let me
543 Views Asked by Goldy Saajan Bakshi At
2

Your project doesn't build because in your XML file there is a
ImageViewwith unrecognized image/source,@mipmap/ic_default_user. Thus, you must change the source image to one that the XML will recognize:@mipmap/ic_default_userwrite some thing else. e.g@mipmap/ic_launcheror@mipmap/ic_launcher_round"@mipmap/"and then pressctrl+spacewhen you are in focus of"@mipmap/".