Recently faced an issue in Eclipse with ADT plugin while trying to Export Signed Application Package. On the very final step I was getting the error message "Failed to run proguard: Error executing Proguard. Please check Proguard is present at ...". However I knew that proguard is installed. After several minutes of confusion I noticed that there is no slash after the android sdk folder in the path to Proguard. So if you encounter the same issue under the same circumstances you likely did not put slash symbol to the end of the path to your android sdk in Eclipse preferences.
Showing posts with label android. Show all posts
Showing posts with label android. Show all posts
Thursday, November 27, 2014
Saturday, August 31, 2013
Yet another hint on "unbound prefix" in your programmatically composed SVG file
If you compose your SVG file programmatically you might experience the following issue. Your resulting file won't be parsed with the following exception coming from the parser:
com.larvalabs.svgandroid.SVGParseException: org.apache.harmony.xml.ExpatParser$ParseException: At line 4, column 0: unbound prefix
This exception basically says that somewhere in your SVG markup you use either the tags or the attributes fromt he namespace you didn't specify in SVG header. Examine your resulting SVG code for such the sort of problem. Fixing should help.
Subscribe to:
Posts (Atom)
