tmiyamon / gradle-mdicons

A gradle plugin for Android to handle material design icons Google published.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin doesn't work on windows

R4md4c opened this issue · comments

I tried to use your plugin, but it doesn't work on my system as the google design repo is not cloned to the cache dir in ".mdicons" file

cachePath=C:\Users\Ahmed Khalil/.material_design_icons
resourcePath=src/main/res
patterns=(refresh|search)_white_24dp

I guess the problem is from the last front slash, that does not follow Windows path conventions.