Android Drawable Importer plugin not working in Android Studio 3.6

No Worry

You can get from Jetbrain Plugin site:

  1. Goto This Jetbrain Plugin Sites (which is most trusted)
  2. Accept any terms and Condition if requires
  3. Download the required version.

I have

Android Studio 4.0.0

Build #AI-193.6911.18.40.6514223, built on May 20, 2020

I have downloaded the Android Drawable Importer 0.5-81 under (2016) which is stable version and worked for me

  1. Now Open Android Studio.
  2. close all projects.
  3. click on configure on settings icon.
  4. click on plugin.
  5. Go to Plugin oprion menu, then click Install from UDISK
  6. Find your required file from explorer windows or where you have downloaded.
  7. Simply Click the Green Color Restart button and Take a coffee Sip

enter image description here

Voila ,your work has been done now you can see the drawble importer and batch drawable option available on your android studio.


Android Drawable Importer will not work with AS 4+

So i use https://appicon.co/ which is very good and easy.


Found this repo by Vincent Loi on github. You can download from here .

For BumbleBee version of Android studio the above plugin wont work. Try this plugin

To install,

  1. Open Android Studio (3.6 RC1) / (BumbleBee +)
  2. close all projects
  3. click on configure at the lower right corner of the window
  4. click on plugin
  5. click on install from UDisk in dropdown from top right
  6. navigate to where downloaded zip file is located
  7. select and restart android studio

EDIT This also works on Android Studio 4.0.0. Happy coding.


I found a repository that was Forked from the original plugin. Vincent Loi created it! And is working fine in Android Studio 3.6.1! (and with Android studio 4.1.1)

Here is the repo android-drawable-importer-intellij-plugin

And here you can download the plugin.

Note from Vincent Loi:

This fork came about because the original package stopped working somewhere around Android Studio 3.5. I have provided an installation zip here. As at 31Jan2020 it is known to run nicely on AS 3.6 RC 1. Any feedback would be appreciated.