Reputation: 57
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.
Upvotes: 0
Views: 411
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.
Upvotes: 1