This plugin consists of three main features. You can access them by a right-click anywhere, but not on a file, inside an Android module under New.
-
AndroidIcons and Material Icons Drawable Import You are able to select the asset, specify your color, change the target resource name and select all the resolutions you want to import. All the missing folders will be created automatically. If there are already drawables with the same name, you will be warned. You can even search for your desired asset by just start typing when the first spinner has focus. Since Material Icons provide also Vector Drawables, those can be imported now as well!
-
Batch Drawable Import Select assets (or a whole folder) and specify the source resolutions. You can change the source size of every image as well. Specify all resolutions, to which it should be resized to. This works also with 9-Patch-Images. But take care: sometimes it's necessary to remove / add the one or other "pixel" in the 9-Patch-Editor. But just give it a try :)
-
Multisource-Drawable Ever got a zip with drawables for your Android project by your designer with the following structure?
root/
./drawable_ldpi.png
./drawable_mdpi.png
./drawable_hdpi.png
./drawable_xhdpi.png
No problem! Now you can just select for every resolution a different asset, specify one name for them, and the rest is done by the plugin. Or even easier, you can select the whole zip, and this plugin will auto extract the asset to the best matching folder.
Hint: When you select an asset, you can also just drag a file from your explorer to the text field and drop it there.
https://plugins.jetbrains.com/plugin/7658-android-drawable-importer
Android Studio Arctic Fox | 2020.3.1 Patch 2 (August 27, 2021)
https://github.com/Skeaner/android-drawable-importer-intellij-plugin
Android Drawable Importer by Marc Prengemann is broken since Android Studio Meerkat 2025.3.1.
I wrote a new plugin that takes in your XXXHDPI image and scale it down, then import to it's own respective drawable folder Mako - Android Drawable Importer.
Skeaner's fork (which was a sub-fork of my original 2019 fork) had problems when I ran it under AS Dolphin.
A download link to a working binary for Dolphin can be obtained from this SO answer here.