I am using Google material design icon for my web application from google material design icon. We are creating a new android application for same.so for each icon i need to download its resources and manually copying and paste png to the respective resolution. Which is very hectic task of copying and pasting the icons. Is there is way in android i can import it as plugin in android studio ? i have to added so many icons in the app.
Asked
Active
Viewed 5,487 times
4 Answers
3
Yes, there is a Plugin for Material Icons!
Just go through this link - https://github.com/konifar/android-material-design-icon-generator-plugin

Darshan
- 4,020
- 2
- 18
- 49
3
Yes , You can install Material Design Icon Generator plugin in android studio. From there you can get the all material design icons.

Neha Chauhan
- 622
- 4
- 12
3
you can use third party IntelliJ
plugin like material design icon generator
for Installation
On MAC:
- Go Preference > Plugins > Browse repositories, then search material.
On Linux or Windows:
- Go File > Settings> Plugins > Browse repositories, then search material.

Basi
- 3,009
- 23
- 28
-
2I m using Windows – Feroz Siddiqui Nov 23 '18 at 10:01
-
Go File > Settings> Plugins > Browse repositories, then search material. – Basi Nov 23 '18 at 10:04
2
Yes, you are right you have to do it manually by downloading one by one from
MaterialDesignIcons
or
Generate Icons using
Material Design Icons Generator Plugin with Android Studio.
But there is an open source solution available related to your problem but its outdated one and icons might be less.

Harsh Sharma
- 898
- 1
- 14
- 30