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 Hashmap 中的值求和 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- Struts2 URL 无法访问 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
