If I have a vector image in a program like Illustrator, how can I end up with the correct format for Android's VectorDrawable framework to use?
I found a tool to convert SVG to the VectorDrawable xml format: http://inloop.github.io/svg2android/ but it requires SVGs only use "path".
Any ideas how to output files like that?
If you're using Android Studio, the best method is:
The wizard produces XML from your SVG files.