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。

  • 相关阅读:
    linux下通过vim编辑文件的方法
    无法访问VMWARE虚拟机中linux的nginx地址
    IDEA中通过Maven插件使用MyBatis Generator
    解决 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) 以及MyBatis批量加载xml映射文件的方式
    MySQL 解决source 命令导入数据库 乱码
    MySQL SELECT表达式的执行顺序是从左往右依次执行
    MySQL 子查询(四)子查询的优化、将子查询重写为连接
    MySQL 子查询(三) 派生表、子查询错误
    MySQL 子查询(二)
    RocketMQ使用
  • 原文地址:https://www.cnblogs.com/zhenzhenhuang/p/7452678.html
Copyright © 2011-2022 走看看