Reputation: 257
I created a folder drawable-xxxhdpi in my project in android studio. But android studio does not see this folder. how do I create this folder right?
Upvotes: 2
Views: 863
Reputation: 157447
folders are not visible, when empty, if you are in the Android perspective. Switch to the Packages, perspective and it should be visible . You should be able to switch perspectivies in the drop down menu on the top-left
Upvotes: 3