Why is my SVG failing to load in Vector Asset Studio
Android Studio's Vector Asset Studio is currently not support all the features of SVG. You can convert SVG to VectorDrawable using this tool.
Hope it helps.
You need to change the width and height of the svg from mm
to use px
instead. This is a current workaround pending when the issue is fixed.
There is already a filed bug report here