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

Ishay Frenkel
Ishay Frenkel
1,620 Points

mipmap vs drawable

That's not a question, but you need to update the zip file to be mipmap-x instead of drawable-x, as this is the new standard for the new Android Studio. Resource: http://stackoverflow.com/a/28065664/4040194

I will add that you only need to move icons into the mipmap folder, all other drawables should stay in the drawables folder(but I don't think there were any for this project).

Ishay Frenkel
Ishay Frenkel
1,620 Points

@James Simshaw Yeah, I learned it as I started the Interactive Story app :) Thank you for mentioning that