更新到版本 22 后,我的 ADT 停止工作。我尝试使用替代的 Google 存储库来获取这些工具,但这些工具不起作用,并删除了其他可能存在冲突的 Eclipse 插件。我还尝试从 ~/.eclipse 目录中删除包含 ADT 功能的文件夹。我正在运行 Eclipse Juno SR2。我已确保我的 Android SDK 也是最新的。
以下是更新后我的 Eclipse 日志文件的片段:
!SESSION 2013-06-01 19:19:14.925 -----------------------------------------------
eclipse.buildId=M20130204-1200
java.version=1.7.0_21
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_GB
Framework arguments: -product org.eclipse.epp.package.java.product
Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.java.product
!ENTRY org.eclipse.ui 4 4 2013-06-01 19:19:19.431
!MESSAGE Unable to find Action Set: adt.actionSet.wizards
!ENTRY org.eclipse.ui 4 4 2013-06-01 19:19:19.433
!MESSAGE Unable to find Action Set: adt.actionSet.avdManager
!ENTRY org.eclipse.ui 4 4 2013-06-01 19:19:19.433
!MESSAGE Unable to find Action Set: adt.actionSet.lint
!ENTRY org.eclipse.ui 4 4 2013-06-01 19:19:19.433
!MESSAGE Unable to find Action Set: adt.actionSet.refactorings
!ENTRY org.eclipse.jface 4 0 2013-06-01 19:19:20.802
!MESSAGE Unable to resolve plug-in "platform:/plugin/com.android.ide.eclipse.ddms/icons/logcat.png".
!STACK 0
java.io.IOException: Unable to resolve plug-in "platform:/plugin/com.android.ide.eclipse.ddms/icons/logcat.png".
at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64)
at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.resolve(PlatformURLPluginConnection.java:75)
(long stack trace continues...)
感谢您提出的任何建议。