Android Studio: Drawable Folder: How to put Images for Multiple dpi?

The standard procedures are:

  1. Choose Project > app > scr > main
  2. Right click “res”, choose “New” and choose “Android resource directory”
    Step 2
  3. In the opened dialog, at Resource Type choose “drawable”
    Step 3
  4. In the list Available qualifier choose Density, then click the right arrow at the middle.
    Step 4
  5. Choose the Density that you like then press OK
    Step 5

Leave a Comment