Skip to content Skip to sidebar Skip to footer

Android Studio 1.0 Do Not Display Drawable-hdpi , Drawable-xhdpi, Drawable-mdpi,drawable-xxhdpi

When I create a new project ,my Android studio 1.0 do not display drawable-hdpi , drawable-xhdpi, drawable-mdpi and drawable-xxhdpi . I don't konw the reason. This is my res direct

Solution 1:

This is most likely because your project explorer is viewing them in Android mode. Above the folders there should be a dropdown button which you can choose to view them in Project mode. You should now be able to see the other drawable folders.

Solution 2:

Try viewing the folders in different modes "Project" / "Android". If folders are missing you can add them easily.

1 : Right Click on "res" folder --> "New" --> "Android Resource Directory"

enter image description here

2 : Select resource type as "drawable" from the list

enter image description here

3 : Select "Density" as the Available qualifiers on the Left pane and click on the ">>" button

enter image description here

4 : Select a qualifier from the Density list

enter image description here

That's it!

enter image description here

Solution 3:

Those folder will show up after you change the explorer setting to Project.

Post a Comment for "Android Studio 1.0 Do Not Display Drawable-hdpi , Drawable-xhdpi, Drawable-mdpi,drawable-xxhdpi"