Svg Android Exception
I have met problems dealing with the SVG-android library. In my main activity I want to display the SVG object on the imageview however, i am facing this error. java.lang.RuntimeE
Solution 1:
The error indicates that the SVG file is malformed XML... You'll need to edit it with Inkskape and save it again. This should repare your SVG file.
Post a Comment for "Svg Android Exception"