• 移除NDK方法


    以下内容由:于伟建 提供

    删除.project中的以下字段
    基本都是有cdt关键字的位置


    删除.cproject
    然后重启eclipse,clean,重新编译
    我这里还有错误,就手动删了gen

    删除包含cdt字段


    .project中需要删除的字段:

    <buildCommand>
    <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
    <triggers>clean,full,incremental,</triggers>
    <arguments>
    <dictionary>
    <key>?children?</key>
    <value>?name?=outputEntries|?children?=?name?=entry\\\|\|?name?=entry\\\|\|||</value>
    </dictionary>
    <dictionary>
    <key>?name?</key>
    <value></value>
    </dictionary>
    <dictionary>
    <key>org.eclipse.cdt.make.core.append_environment</key>
    <value>true</value>
    </dictionary>
    <dictionary>
    <key>org.eclipse.cdt.make.core.buildArguments</key>
    <value></value>
    </dictionary>
    <dictionary>
    <key>org.eclipse.cdt.make.core.buildCommand</key>
    <value>ndk-build</value>
    </dictionary>
    <dictionary>
    <key>org.eclipse.cdt.make.core.cleanBuildTarget</key>
    <value>clean</value>
    </dictionary>
    <dictionary>
    <key>org.eclipse.cdt.make.core.contents</key>
    <value>org.eclipse.cdt.make.core.activeConfigSettings</value>
    </dictionary>
    <dictionary>
    <key>org.eclipse.cdt.make.core.enableAutoBuild</key>
    <value>false</value>
    </dictionary>
    <dictionary>
    <key>org.eclipse.cdt.make.core.enableCleanBuild</key>
    <value>true</value>
    </dictionary>
    <dictionary>
    <key>org.eclipse.cdt.make.core.enableFullBuild</key>
    <value>true</value>
    </dictionary>
    <dictionary>
    <key>org.eclipse.cdt.make.core.stopOnError</key>
    <value>true</value>
    </dictionary>
    <dictionary>
    <key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
    <value>true</value>
    </dictionary>
    </arguments>
    </buildCommand>


    <buildCommand>
    <name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
    <triggers>full,incremental,</triggers>
    <arguments>
    </arguments>
    </buildCommand>


    <nature>org.eclipse.cdt.core.cnature</nature>
    <nature>org.eclipse.cdt.core.ccnature</nature>
    <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
    <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>

  • 相关阅读:
    小素典会员订阅协议
    vue项目自动构建工具1.0,支持多页面构建
    spring boot 框架根據 sql 創建語句自動生成 MVC層類代碼
    使用 docsify 創建自己的 markdown 文檔系統
    “衣”及其部分屬字
    js原型鏈與js繼承解析
    js 中怎么获取session 值和HTML标签的属性值
    layui table动态表头 改变表格头部 重新加载表格的方法
    throw throws Throwable 关联于区别
    静态代理和动态代理的区别和联系
  • 原文地址:https://www.cnblogs.com/McCa/p/4428002.html
Copyright © 2020-2023  润新知