无法运行Android SDK Manager

Fra*_*kSu 2 eclipse sdk android

我正在使用ubuntu 12.04和Eclipse Juno.我安装了ADT 21.0.1和所有SDK包.但每次我启动Eclipse时都会出现以下错误:

    eclipse.buildId=M20120914-1800
    java.version=1.7.0_09
    java.vendor=Oracle Corporation
    BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
    Command-line arguments:  -os linux -ws gtk -arch x86

    Error
    Unable to find Action Set: org.eclipse.mylyn.context.ui.actionSet
    Unable to find Action Set: org.eclipse.mylyn.doc.actionSet
    Unable to find Action Set: org.eclipse.mylyn.tasks.ui.navigation
    Unable to find Action Set: org.eclipse.wb.core.ui.actionset
Run Code Online (Sandbox Code Playgroud)

当我试图运行我的sdk管理器时显示错误:

    Failed to run the Android SDK Manager. Check the Android Console View for details.
Run Code Online (Sandbox Code Playgroud)

有人可以帮忙吗?

小智 7

在更新到ADT 21.0.1之后,在Mac OS下从Eclipse启动SDK Manager时遇到了类似的问题.我注意到<sdk_tools_dir>/tools/android shell程序文件不再是可执行的.快点

chmod a+x android
Run Code Online (Sandbox Code Playgroud)

修复了问题,现在管理器从Eclipse中正确启动.您可能必须以root身份执行此操作.这可能是基于Unix的发行版更新后的错误,但由于我不使用Linux,我无法确定.