-1

I am trying to open Asset Studio in Android. My textbook says to right-click on the drawable directory. Where can I find the drawable directory?

Here is a link to a screenshot of the folders in my res directory

Res Folders

K Neeraj Lal
  • 6,768
  • 3
  • 24
  • 33
rpach17
  • 325
  • 1
  • 3
  • 11

2 Answers2

0

sCREENsHOT

1.Click on app folder 2.Then src 3.Then main 4.Then res 5.Then you can find the drawable folders

Make sure that Project is selected at the top.

kgandroid
  • 5,507
  • 5
  • 39
  • 69
0

You can create a new drawable folder.

Right click on res > New > Directory.

Name it as "drawable".

drawable

If you want to add drawable folders for different densities,

Right click on res > New > Android resource directory.

enter image description here

In the window that appears write "Directory name" as drawable. In the section under it choose "Density" and click on ">>" button. Enter the required density. hit Ok.

enter image description here

K Neeraj Lal
  • 6,768
  • 3
  • 24
  • 33