zoukankan      html  css  js  c++  java
  • eclipse搭建android开发环境

    参考

    http://blog.csdn.net/u013067166/article/details/48594371/

    我在ubuntu上用android studio实在很卡,新手生无可恋。

    遂辗转于eclipse。安装ADT的时候遇到一个问题:

    error occurred while collecting items to be installed
    session context was:(profile=C__Program Files_eclipse_eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
    No repository found containing: osgi.bundle,org.eclipse.cdt,9.2.1.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.build.gcc.core,1.0.0.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.codan.checkers,3.2.0.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.codan.checkers.ui,3.2.0.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.codan.core,4.0.0.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.codan.core.cxx,3.4.0.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.codan.ui,3.2.0.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.codan.ui.cxx,3.3.0.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.core,6.2.0.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.core.native,5.10.0.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.core.win32,5.4.1.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.core.win32.x86_64,5.4.1.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.debug.core,8.1.0.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.debug.ui,8.1.0.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.doc.user,5.4.0.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.dsf,2.8.0.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.dsf.gdb,5.2.0.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.dsf.gdb.ui,2.6.0.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.dsf.ui,2.5.0.201703062208
    No repository found containing: org.eclipse.update.feature,org.eclipse.cdt,9.2.1.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.gdb,7.0.0.201703062208
    No repository found containing: org.eclipse.update.feature,org.eclipse.cdt.gdb,9.2.1.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.gdb.ui,7.0.0.201703062208
    No repository found containing: org.eclipse.update.feature,org.eclipse.cdt.gnu.build,9.2.1.201703062208
    No repository found containing: org.eclipse.update.feature,org.eclipse.cdt.gnu.debug,9.2.1.201703062208
    No repository found containing: org.eclipse.update.feature,org.eclipse.cdt.gnu.dsf,9.2.1.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.launch,9.1.0.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.make.core,7.3.0.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.make.ui,7.3.0.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.managedbuilder.core,8.4.0.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.managedbuilder.gnu.ui,8.3.0.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.managedbuilder.ui,9.0.0.201703062208
    No repository found containing: org.eclipse.update.feature,org.eclipse.cdt.native,9.2.1.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.native.serial,1.0.0.201703062208
    No repository found containing: org.eclipse.update.feature,org.eclipse.cdt.platform,9.2.1.201703062208
    No repository found containing: osgi.bundle,org.eclipse.cdt.ui,6.1.0.201703062208
    No repository found containing: binary,org.eclipse.cdt_root,9.2.1.201703062208
    No repository found containing: osgi.bundle,org.eclipse.launchbar.core,2.1.0.201612052026
    No repository found containing: osgi.bundle,org.eclipse.launchbar.ui,2.1.0.201612052026
    No repository found containing: osgi.bundle,org.eclipse.tm.terminal.control,4.2.0.201609191434
    No repository found containing: osgi.bundle,org.eclipse.tools.templates.core,1.1.0.201702141301
    No repository found containing: osgi.bundle,org.eclipse.tools.templates.ui,1.1.1.201702141301

    需要在

    这个地方不要不要不要勾选contact all update sites。

  • 相关阅读:
    推荐一个很好得电子书下载网站
    C# 线程手册 第四章 线程设计原则 管道线程模型
    C# 线程手册 第六章 线程调试与跟踪
    C# 线程手册 第五章 扩展多线程应用程序 剖析ThreadPool 类
    C# 线程手册 第六章 线程调试与跟踪 代码跟踪
    C# 线程手册 第五章 多线程应用程序 .NET 中的扩展性
    C# 线程手册 第五章 扩展多线程应用程序 CLR 和 线程
    C# 线程手册 第五章 扩展多线程应用程序 什么是线程池
    C# 线程手册 第五章 多线程应用程序 一个多线程微软消息队列(MSMQ)监听器
    C# 线程手册 第六章 线程调试与跟踪 使用不同的监听器程序
  • 原文地址:https://www.cnblogs.com/zhenzhenhuang/p/7452678.html
Copyright © 2011-2022 走看看