Android 可绘制导入器错误 - "You have to select the Android Icons asset folder in the settings"

Android Drawable Importer Error - "You have to select the Android Icons asset folder in the settings"

我已经下载了 Action Bar Icon Pack,现在我想导入一些图标到 res 目录。我能够简单地复制和粘贴一张图片的文件夹,但这只适用于第一次:

现在,我有以下结构的图片,想将每张图片放到相应的 res 子文件夹中:

我安装了 Android Draw-able Importer 以免手动执行此操作。但是当我尝试使用 AndroidIcons Drawable ImportMaterial Icons Drawable Import 选项时,出现以下错误:

You have to select the Android Icons asset folder in the settings!

Scaled Drawable 选项似乎有效,但它 accepts 只有一个图像,我想自动创建其余图像。

如何从包中导入图标并自动将每张图片放入正确的文件夹中?

我在 Ubuntu 15.04 下使用 Android Studio 1.2 Beta 3。

我想我已经明白哪里出了问题。我需要指定存储 AndroidIcons Drawable ImportMaterial Icons Drawable Import 选项图标的 root 文件夹。

以上是以下菜单中的内容,但请注意插件需要特定的文件夹结构(与 Action Bar Icon Pack:

所以,我改为使用 Download 选项来下载 AndroidiconsMaterial icons 包。我在设置中设置了它们的根文件夹路径,现在我可以使用它们的图标了:

为了使用 Action Bar Icon Pack 中的图标,我需要使用 Android Multi Drawable Importer,它没有我想要的那么快。

所以,我想唯一的选择是将我想使用的图标从 Action Bar Icon Pack 放到 Android Drawable Importer 文件夹结构中。