无法使Android SDK或Eclipse ADT正常工作

时间:2012-02-03 05:09:57

标签: android

我遇到了让sdk与eclipse一起工作的重大问题。我安装了所有内容,然后尝试在SDK模拟器上运行一个项目并得到这些错误:

[2012-02-02 19:59:45 - Dex Loader] Unable to execute dex: Multiple dex files define Lcom/swipe/DrawView;
[2012-02-02 19:59:45 - SwipeActivity] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/swipe/DrawView;

然后我重新启动了Eclipse,并清理了项目并重建了它。两者都没有帮助,所以我卸载了SDK,ADT和Eclipse。然后我重新安装了所有这些,除了ADT。在Eclipse中安装时出现此错误:

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 'org.maven.ide.eclipse [1.0.100.20110804-1717]' but it could not be found

似乎我已退步了。有什么想法吗?

编辑:

我曾尝试在Mac笔记本电脑和Windows桌面上执行此操作。上面描述的问题是在我的窗户上完成的。在我的Mac上,我仍处于第一个问题(已安装ADT和所有内容)。这非常令人沮丧。

0 个答案:

没有答案