问题描述
我开始与已启动了一批Android应用程序工作。安装SDK,并运行模拟器后,我试图运行code当这些错误。
I am beginning to work on an android app with a group that has already started. After installing the SDK, and running the emulator, I got these error when trying to run the code.
[2012-02-02十九时59分45秒 - 地塞米松装载机]无法执行DEX:多DEX文件定义LCOM /滑动/ DrawView;结果
[2012-02-02 19时59分45秒 - SwipeActivity]转换为Dalvik的格式失败:无法执行DEX:多DEX文件定义LCOM /滑动/ DrawView;
编辑:
我一直在尝试提供的链接一切。我卸载SDK和Eclipse ADT,现在我重新安装时出现此错误。
I have been trying everything in the link provided. I uninstalled the SDK and Eclipse ADT and now I get this error when reinstalling.
无法完成安装,因为一个或多个必需项目无法找到。
当前已安装的软件:共享配置文件1.0.0.1316138547364(SharedProfile_epp.package.java 1.0.0.1316138547364)
缺少要求:共享个人资料1.0.0.1316138547364(SharedProfile_epp.package.java 1.0.0.1316138547364)要求
Cannot complete the install because one or more required items could not be found. Software currently installed: Shared profile 1.0.0.1316138547364 (SharedProfile_epp.package.java 1.0.0.1316138547364) Missing requirement: Shared profile 1.0.0.1316138547364 (SharedProfile_epp.package.java 1.0.0.1316138547364) requires
推荐答案
试着删除 Android的支持 - v4.jar
库中的项目文件。再清洗您的项目。它为我工作。
Try deleting the android-support-v4.jar
libs file in the project. And then cleaning your project. It worked for me.
这篇关于Android的无法执行DEX的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!