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 trialBrendan Quinn
1,458 PointsApp 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
James Beleau
1,633 PointsI 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.
Murat Hasdemir
Front End Web Development Techdegree Graduate 20,968 Pointsmipmap 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.
klajdd
4,435 Pointsklajdd
4,435 PointsThanks James
Joseph Acevedo
10,800 PointsJoseph Acevedo
10,800 PointsThanks so much!