You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Ah, and When I only use SVGImageView on Java, it works fine on emulator, it
shows the SVG, but when I try to use the apk on my phone or my tablet, the svg
doesn't appear, is blank
Original issue reported on code.google.com by
[email protected]
on 28 May 2015 at 3:31The text was updated successfully, but these errors were encountered: