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


i have download action bar icon pack , want import icons res directory. able simple copy , paste folders 1 image, works first time:

enter image description here

now, have images in following structure , want put each 1 corresponding res sub-folder:

  • 02_navigation_back
    • drawable-hdpi
      • ic_action_back.png
    • drawable-mdpi
      • ic_action_back.png
    • drawable-xhdpi
      • ic_action_back.png
    • drawable-xxhdpi
      • ic_action_back.png

i have installed android draw-able importer in order not hand. when try use androidicons drawable import or material icons drawable import options getting following error:

you have select android icons asset folder in settings!

the scaled drawable option seems work, accepts 1 image , create rest automatically think.

how import icons pack , put each image in correct folder automatically?

i using android studio 1.2 beta 3 under ubuntu 15.04.

i suppose have understand wrong. need specify root folders icons androidicons drawable import , material icons drawable import options stored.

and above in following menu, note plug-in expecting specific folder structure (structure not same 1 of action bar icon pack:

enter image description here

so, have instead use download options download androidicons , material icons pack instead. set root folders paths in settings , able use icons:

enter image description here

in order use icons action bar icon pack need use android multi drawable importer not fast wanted be.

so, guess options put icons wanted use action bar icon pack android drawable importer folder structure.

enter image description here


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -