hereisderek / androidsvg

Automatically exported from code.google.com/p/androidsvg
0 stars 0 forks source link

Unable to execute dex: Multiple dex files define #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 daniel2...@gmail.com on 28 May 2015 at 3:31

GoogleCodeExporter commented 9 years ago
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 comment by daniel2...@gmail.com on 30 May 2015 at 8:10