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!
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

Giovanna Buono
851 PointsNew 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
4,859 PointsHi! 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:
And one of the mipmap folders:
Kind Regards, Edvin.

Giovanna Buono
851 PointsThanks a lot Edwin, I will do that! :)