Android 环境搭建的错误解决方案

1、安装CDT

  • 单独安装 CDT, 下载了个cdt-master-8.1.0.zip , 结果发现是 eclipse Juno version 的, 我使用的是Eclipse Helios Version: 3.6.2 , 应该下载 cdt-master-7.0.2.zip

  • 加载cdt-master-7.0.2.zip 后,报错:

    Cannot complete the install because one or more required items could not be found.
      Software being installed: C/C++ Remote Launch 6.0.0.201109151620 (org.eclipse.cdt.launch.remote.feature.group 6.0.0.201109151620)
      Missing requirement: C/C++ Remote Debug Launcher 2.3.0.201109151620 (org.eclipse.cdt.launch.remote 2.3.0.201109151620) requires 'bundle org.eclipse.rse.ui [3.0.0,4.0.0)' but it could not be found
      Cannot satisfy dependency:
        From: C/C++ Remote Launch 6.0.0.201109151620 (org.eclipse.cdt.launch.remote.feature.group 6.0.0.201109151620)
        To: org.eclipse.cdt.launch.remote [2.3.0.201109151620]

    solution ref to : here

原文地址:https://www.cnblogs.com/no7dw/p/2695450.html