Louis Evans
Louis Evans

Reputation: 57

android studio - manifest doesn't seem to update with icon files

I'm trying to add an icon to my app. I'm not sure if I've done it right, but I can see the different files on the left hand side, but the manifest doesn't seem to realise that they're there.

I'm sure I'm making a stupid mistake somewhere - Anyone know where?

Thanks in advance!

Edit: When I run the app, I get this in console (as expected) -

Error:(11) error: resource mipmap/ic_launcher (aka com.peakevans.localadmin.notificationfaker:mipmap/ic_launcher) not found. Error:(11) error: resource mipmap/ic_launcher (aka com.peakevans.localadmin.notificationfaker:mipmap/ic_launcher) not found. Error:(11) resource mipmap/ic_launcher (aka com.peakevans.localadmin.notificationfaker:mipmap/ic_launcher) not found. Error:(11) resource mipmap/ic_launcher (aka com.peakevans.localadmin.notificationfaker:mipmap/ic_launcher) not found. Error:failed processing manifest.

Screenshot of manifest

Upvotes: 0

Views: 411

Answers (1)

mostafa3dmax
mostafa3dmax

Reputation: 1017

with this site make your icons and copy and replace icons in the mipmap folders. chage your project view in left hand side and you can see mipmap folders. enter image description here

Upvotes: 1

Related Questions