"转换到的Dalvik格式失败,错误1"在外部JAR [英] "Conversion to Dalvik format failed with error 1" on external JAR

查看:160
本文介绍了"转换到的Dalvik格式失败,错误1"在外部JAR的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我在Eclipse的Andr​​oid应用程序,我得到了下面的错误。

In my Android application in Eclipse I get the following error.

意外的顶级例外:
  java.lang.IllegalArgumentException:如果已经添加:Lorg / xmlpull / V1 / XmlPullParser;
  ....
  转换到的Dalvik格式失败,出现错误1

UNEXPECTED TOP-LEVEL EXCEPTION:
java.lang.IllegalArgumentException: already added: Lorg/xmlpull/v1/XmlPullParser;
....
Conversion to Dalvik format failed with error 1

当我一个特定的外部JAR文件添加到我的项目该错误才会出现。我搜索了很久了可能的解决方案,但没有一个可能的解决方案的工作。我甚至试图改变到Android 1.6,而不是1.5(我用的是最新版本)。

This error only appears when I add a specific external JAR file to my project. I searched for a long time for the possible solution, but none of the possible solutions work. I even tried to change to Android 1.6 instead of 1.5 (the current version I use).

推荐答案

我解决了这个问题。

这是一个JAR文件冲突。

This is a JAR file conflict.

看来我有包括相同的封装和类在我的构建路径两个JAR文件。

It seems that I have two JAR files on my buildpath that include the same package and classes.

smack.jar android_maps_lib-1.0.2

删除此包的JAR文件中的一个问题解决了。

Deleting this package from one of the JAR files solved the problem.

这篇关于"转换到的Dalvik格式失败,错误1"在外部JAR的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆