我知道这个问题已经在这里问过几次了。但是我还没有看到任何可能的解决方案。在我将项目“以Android应用程序身份运行”之前,如果我不清理它,则会收到以下错误,必须重新启动Eclipse ...并再次清理。
Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define
Lcom/jstun/core/attribute/MessageAttributeInterface;
com.jstun.core ...是我的src文件夹的一部分,我当然不能删除它。即使我删除该软件包,另一个软件包也会显示为错误,例如:
Unable to execute dex: Multiple dex files define
Landroid/support/v4/app/ActivityCompatHoneycomb;
自更新为ADT 15以来,我已经看到此错误,我在Ubuntu上使用Eclipse Galileo。感谢您的回复!
