Android Drawable Importer 없음/로딩 안 될 때 해결방법
shift 더블클릭-plugins 창에서 adnroid drawable importer를 찾는데 없을 경우
https://plugins.jetbrains.com/plugin/7658-android-drawable-importer/versions/stable
Android Drawable Importer - Plugins | JetBrains
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.
plugins.jetbrains.com
직접 들어가서 zip파일 다운로드
plugins창에서 설정 아이콘 눌러서 disk에서 플러그인 불러오기 하면 된다
그렇게 설치했는데 이미지 파일 로딩이 안 되는 경우
이미지 파일 눌렀는데 아무 반응 없는 경우, 안드로이드 버전이 너무 높아서 지원이 되지 않는 것이었다
2020년에 안드로이드 스튜디오를 새로 설치한 사람(안드 버전 3.6이상)이면 비슷한 듯 했다
이 경우 누군가 3.6이상 버전도 지원하게 해 준 플러그인을 깃허브에서 다운로드 받아 넣어주면 된다
https://github.com/Vincent-Loi/android-drawable-importer-intellij-plugin
Vincent-Loi/android-drawable-importer-intellij-plugin
Overcome NoSuchMethodError for AndroidFacet.getAllResourceDirectories plus other problems with AS 3.5 intellij distributions. - Vincent-Loi/android-drawable-importer-intellij-plugin
github.com
readme보면 있지만 https://gpskaihu.nz/ADI-hack/ 에서 zip파일 다운로드 받아서 아까처럼 디스크에서 플러그인 불러와주면 된다