I have a large number of svg files I want to convert to xml vector assets for Android.
The documented process is, for each file, File->New->Vector Asset. Then choose the svg file, click Next then Finish.
Is there a faster way? Maybe a bash comment to launch Asset Studio?
There are few Git projects which would help you achieve the bulk conversion of svg files to Vector Drawable supported by android.
Juraj Novák's : http://inloop.github.io/svg2android/SvgToVectorDrawableConverteroriginal repo was deleted. But you could choose one of the fork . Example:svg2vd -i "\*" -o out --fix-fill-type
For single conversion: SVG to Vector Drawable Convertor online
Use wrapper of original converter ported from Android Studio
Hope it helps!