2

Is there a way to add the Material Design Collection to Android Studio's Asset Studio: so that when I "right click on drawable>New>Image Asset" I can pick them from there.

I am using Android Studio 1.3.2. So when I tried to follow How to import set of icons into Android Studio project the closest I got was

File > Other Settings > Default Settings >

enter image description here

Community
  • 1
  • 1
learner
  • 11,490
  • 26
  • 97
  • 169

1 Answers1

0
  1. Install the plugin "Android Drawable Import" (*)
  2. Restart Android Studio
  3. "New" -> "Icon Pack Drawable Importer"

    • = Settings -> Plugings -> Search

Had the same Problem and thought the plugin would be installed by default in AS 1.3.x

Murmel
  • 5,402
  • 47
  • 53