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 Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 降序排序:Java Map 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01