Android Drawable Importer plugin not working in Android Studio 3.6

一笑奈何 提交于 2020-06-07 13:40:26

问题


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.


回答1:


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! 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.




回答2:


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

To install,

  1. Open Android Studio (3.6 RC1)
  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


来源:https://stackoverflow.com/questions/60412216/android-drawable-importer-plugin-not-working-in-android-studio-3-6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!