Android plugin install problems in eclipse(eclipse中的Android插件安装问题)
问题描述
我正在尝试安装 ADT 插件.我去帮助在eclipse中安装新软件,然后选择开发工具后我得到这个错误
I am trying to install the ADT Plugin. I go to Help install new software in eclipse and then after selecting the development tool I get this error
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Traceview 16.0.1.v201112150204-238534 (com.android.ide.eclipse.traceview.feature.group 16.0.1.v201112150204-238534)
Missing requirement: Android Traceview 16.0.1.v201112150204-238534 (com.android.ide.eclipse.traceview.feature.group 16.0.1.v201112150204-238534) requires 'org.eclipse.ui 3.6.2' but it could not be found
编辑我有 Eclipse 3.5.2
EDIT I have eclipse 3.5.2
推荐答案
我没有找到任何解决方案.但不是使用 eclipse 安装的
I did not found any solution for this. But instead of using eclipse installed with
sudo apt-get install eclipse
sudo apt-get install eclipse
我从网页上下载了它并启动了那个(下载的)eclipse,并且使用那个版本它工作得很好
I downloaded it from a web page and I start that (the downloaded) eclipse, and with that version it works just fine
这篇关于eclipse中的Android插件安装问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:eclipse中的Android插件安装问题
基础教程推荐
- Java Swing计时器未清除 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- 多个组件的复杂布局 2022-01-01
- 从 python 访问 JVM 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- 大摇大摆的枚举 2022-01-01
