Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Simple Android App (2014) Improving Our Code Adding an App Icon

Giovanna Buono
Giovanna Buono
851 Points

New icon does not show after running the app

I am using my mobile as simulator and after I overwrote the icons in the app with the ones in the zip file I ran the app but the icon is still the default android studio one. I cleared memory but still no change :(

2 Answers

Edvin Erikson
Edvin Erikson
4,859 Points

Hi! I got the same problem, I resolved the issue by duplicating the drawable-* folders and renaming them (the duplicates) to mipmap-*

e.g my res folder looks like this: Res folder

And one of the mipmap folders: mipmap-* folder

Kind Regards, Edvin.

Giovanna Buono
Giovanna Buono
851 Points

Thanks a lot Edwin, I will do that! :)