-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1.I edited XML Layout with SVGImageView
2.I wanted to run my project
What is the expected output? What do you see instead?
These are the errors what I have:
[2015-05-27 22:27:43 - Dex Loader] Unable to execute dex: Multiple dex files
define Lcom/caverock/androidsvg/CSSParser$Attrib;
[2015-05-27 22:27:43 - archivoSVG] Conversion to Dalvik format failed: Unable
to execute dex: Multiple dex files define
Lcom/caverock/androidsvg/CSSParser$Attrib;
and then my project doesn't run
What version of the product are you using? On what operating system?
Android Development Toolkit
Version: 23.0.2.1259578
On Windows 7
Please provide any additional information below.
I made all steps to include SVGImageView on XML Layout, first I tried to use
SVG with Java and it works fine, but here on XML those errors appeared :(
Can you help me?
Original issue reported on code.google.com by [email protected]
on 28 May 2015 at 3:31