In Android Studio, I can\'t figure out where to put images to be used inside the app. The drawable folder isn\'t broken down into drawable-hdpi, drawable-ldpi, etc. I saw an
Actually you have selected Android from the tab change it to project.
Steps
Then you will found all folders.
In order to create the drawable directory structure for different image densities, You need to:
\res
foldernew >
android resource directory
In the New Resource Directory
window, under Available qualifiers
resource type section, select drawable
.
Add density and choose the appropriate size.