SVG to Android Shape [closed]
Solution 1:
Another non-GPL'd library (this one is Apache License 2.0), the one used in Google's Androidify app: svg-android
https://github.com/pents90/svg-android
Solution 2:
Well, not exactly. But I do have ported libsvg to android, which enables you to load SVG files and plot them to a Canvas.
Please check out:
https://launchpad.net/libsvg-android