Drawable folders for different dpi do not appear in Android Studio

Asked

Viewed 3,160 times

3

I can’t find the drawable folders with the proper resolutions in Android Studio. It only has a drawable call, where I should place the images with different resolutions?

Árvore de diretórios de um projeto Android no Android Studio, na qual é possível ver que apenas uma pasta drawable existe

  • Hello, @Ablon. Use the image description option to describe the image as for a person who does not see, for accessibility purposes, and not to justify why it is in a certain way.

1 answer

1

You can click the button as in the picture and switch to Packages, then you will see all your files that are "hidden" but will be shown when you select Packages.

inserir a descrição da imagem aqui

  • Hello friend... it is empty in the same way! mipmap folder appears, each one with its resolution, but from what I searched, those are only for icons. I found several drawable folders inside Libraries, but this is outside my project folder, and from what I saw on the Internet, it should be where I took the print

  • Hello again! Check it out, the icons you talk about are also images, only it’s placed in this mipmap folder to treat it as the startup icon that is ic_launcher.png. The drawable folder is for you to place the images, which to add to the project you need to drag the image directly into the drawable folder. Grab the image.png file drag and drop into the drawable folder.

  • Right, but drawable is empty, not possessed each one with its resolution as I see in the tutorial. That’s right?

  • yes. Because now you will put your image dragging and dropping as I said and the resolution you set at the time you drag the item into the drawable folder.

  • Should have these:link

  • Have you changed as in the image I showed above? From ANDROID. to PROJECT Note that it has changed from ANDROID to PROJECT.

  • Yes I have, and it’s still the same

  • Print the PROJECT option, if you can’t put it in the comment, put it in your answer above, below the figure you put.

Show 3 more comments

Browser other questions tagged

You are not signed in. Login or sign up in order to post.