46

I have updated my Android Studio to version 3.6 (Build #AI-192.7142.36.36.6200805). This issue is with the Android Drawable Importer plugin which is no longer working. I tried reinstalling it with no luck.

ljk
  • 1,496
  • 1
  • 11
  • 14
NhlanhlaNkosi
  • 573
  • 1
  • 4
  • 8

6 Answers6

83

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.

MontDeska
  • 1,617
  • 19
  • 16
  • 1
    Thanks for this saved my bacon – NhlanhlaNkosi Apr 10 '20 at 21:59
  • 3
    For those asking for the steps to install the zip file into Android Studio follow the steps outlined by @Adesuyi Ayodeji below – NhlanhlaNkosi May 08 '20 at 21:15
  • 1
    I'm sorry I accidentally down-voted this answer and I realized it after the vote was locked in, I've actually found it super useful. – Michele Aug 21 '20 at 21:33
  • 1
    Great ! Thanks you – JND Feb 08 '21 at 08:15
  • 3
    Unfortunately plugin is not available on IntelliJ market, You have to download it from the mentioned link and apply it manually from : `Preferences` > `Plugin` > `Settings`(icon) > `Apply plugin from disc` – murt Mar 03 '21 at 12:46
  • You might like to update the links as per my 'Dolphin' answer below. [ I closed the gpsKaihu website months ago]. – Bad Loser Dec 14 '22 at 04:44
58

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.

Adesuyi Ayodeji
  • 1,111
  • 1
  • 8
  • 15
6

Android Drawable Importer will not work with AS 4+

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

Nirbhay Rana
  • 4,229
  • 2
  • 18
  • 4
  • 2
    Thanks! Don't forget to turn to tab https://appicon.co/#image-sets for images, not square icons. – CoolMind Dec 06 '20 at 19:53
  • 1
    Guys listen to @Nirbhay Rana.. I also gave up using Android Drawable Importer. I was able to install, only to see that it doesn't work on android studio 4.+ Use Appicon.co to generate your drawables and use Resource Manager on the left to import them. It's almost easier than android drawable importer. – M_droid Feb 09 '21 at 11:04
4

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.

Eshan Chattaraj
  • 368
  • 1
  • 6
  • 19
3

Android Drawable Importer is no longer supported. You can manual install a fork (described in another answer) or you can use "Material Design Icon Generator" plugin available at Plugin Marketplace in Android Studio setting.

You can get more info on plugin's homepage: https://plugins.jetbrains.com/plugin/14170-material-design-icon-generator

babay
  • 4,689
  • 1
  • 26
  • 40
0

Android Studio Dolphin

I have just tested a new binary that has so far run without error under Dolphin.

This is a modification to my original fork as noted here.

Bad Loser
  • 3,065
  • 1
  • 19
  • 31