【问题标题】:ADT not working after update to v22更新到 v22 后 ADT 无法正常工作
【发布时间】:2013-05-28 09:43:51
【问题描述】:

更新到版本 22 后,我的 ADT 停止工作。我尝试使用替代的 Google 存储库来存储这些工具,但没有成功,并删除了其他可能存在冲突的 Eclipse 插件。我还尝试从 ~/.eclipse 目录中删除包含 ADT 功能的文件夹。我正在运行 Eclipse Juno SR2。我已确保我的 Android SDK 也是最新的。

以下是更新后我的 Eclipse 日志文件中的 sn-p:

!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...)

感谢您提出的任何建议。

【问题讨论】:

  • 好吧,我想删除 ~/.eclipse 文件夹并重新创建它也可以...

标签: android eclipse eclipse-adt


【解决方案1】:

updating ADT from v21.1.0 to 22.0.0 之后收到该错误消息。 在这里查看了一些帖子,并让 ADT 再次运行

这就是我所做的:

  1. 如果您仍然有 ADT 安装文件,请将 eclipse 目录中的所有文件/文件夹(插件除外)复制到 ADT eclipse 位置
  2. 不要将“plugins”文件夹复制到 ADT eclipse 位置。

谢谢

【讨论】:

    猜你喜欢
    • 2013-08-03
    • 2014-01-15
    • 2019-08-10
    • 2014-05-29
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-06-30
    相关资源
    最近更新 更多