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

I don't have 4 drawable folders, but I do have 4 mipmap foldders with the same -hdpi, -mdpi, -xdpi and -xxhdpi extension

Should I be using these instead of drawables? Are there any recommended resources for explaing the difference between the two of these?

1 Answer

Your using the new android studio version, I had wondered the same thing but following the instructions given using the mipmap folders gives you the same result. I don't believe there's a significant difference.

To add I did some research, and the mipmaps are for icons only, any other drawable assets should be placed in the drawable folder. Hope this helps answer your question!

Juan Alvarado
Juan Alvarado
3,740 Points

To add to randy's answer, if you don't have drawable folders, it's just fine to just create them. Just follow the right naming convention -hdpi, -mdip, -xdpi, etc.