Hi,
I have installed the latest SDK and Eclipse plug-in and I can no more generate the apk file due to DEX conversion failure. The console shows the following messages :
(...)
trouble processing:
[2008-02-19 09:39:43 - SLVAndroid] truncated annotation attribute
...while parsing RuntimeVisibleAnnotations attribute at offset 00000175
...while parsing attributes[1]
...while parsing javax/xml/bind/annotation/XmlNs.class
...while processing javax/xml/bind/annotation/XmlNs.class
(...)
trouble processing:
[2008-02-19 09:39:43 - SLVAndroid] truncated annotation attribute
...while parsing AnnotationDefault attribute at offset 000002b8
...while parsing attributes[0]
...while parsing methods[0]
...while parsing javax/xml/bind/annotation/XmlSchema.class
...while processing javax/xml/bind/annotation/XmlSchema.class
(...)
[2008-02-19 09:39:43 - SLVAndroid] 2 warnings
[2008-02-19 09:39:43 - SLVAndroid]
trouble writing output: not found
[2008-02-19 09:39:43 - SLVAndroid] Conversion to Dalvik format failed with error 2
It seems that the conversion to Dalvik format failed for the library jaxb-api-2.1.jar I am using, do you know how I can bypass this issue so that I can generate the application and deploy it on the emulator (no apk is generated).
Thank you,
Phil.




