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
相关文章