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

App Icon unchanged.

I'm running a newer version of the IDE than the instructor. Like a similar question on this forum, I do not have the drawable files in my directory. Instead I have directories beginning with mipmap-. When putting the pngs here, the app icon is unchanged.

2 Answers

I had this issue. (new version using mipmaps) I copied into the mipmaps instead, which is correct but did not work. I did a clean project, also did not fix anything. I restarted my virtual device and ran it again; This worked.

Thanks James

Murat Hasdemir
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Murat Hasdemir
Front End Web Development Techdegree Graduate 20,968 Points

mipmap is new system to go check your manifest file under application tag look for a android:icon="@..../...." if its not correct change it and for just test place your icon for only xhdpi folder and check with that too.