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

Tarkik Mittal
Tarkik Mittal
1,771 Points

I am not getting any automatically generated sub folders under drawable sub folders like drawable-hdpi. ?

I tried

  1. Right click -> Synchronize
  2. Project clean and rebuild both are not working

1 Answer

Hello,

These folders are not generated by default. You can however add them manually with your system's file utilities or from within Android Studio with the Project view. These folders also will not show up while in Android view mode even if created. However any resources stored in there will show up as a single "folder" that will then show all of the different density files if expanded. If you have any further questions, feel free to ask.