Start from this month, I was not able to import any svg file though Vector Asset in my laptop, I always get the msg \'Internal error parsing abc.svg\'
I tried to imp
I had this error too, and I think I got an answer.
When you "Add a Vector Asset" in your project, Android Studio creates a .xml file in res/drawable folder.
So I found this website : http://a-student.github.io/SvgToVectorDrawableConverter.Web/
You just have to drop your .svg file in the box and wait a few seconds.
Then, just right click on drawable folder in Android Studio, New -> Drawable resource file, set the icon name, etc... And you finally replace the content by the xml code the website gave you.
Save the file, and your icon is ready to go !