• 移除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>

  • 相关阅读:
    Mysql权限控制
    Linux查看端口
    linus 下redis守护进程启动
    pymongo创建索引
    mongo批量操作存在更新否则插入
    梯度下降推导过程资料整理
    [转]mitmproxy套件使用攻略及定制化开发
    终极利器!利用appium和mitmproxy登录获取cookies
    how-to-pass-a-class-variable-to-a-decorator-inside-class-definition
    python进阶之魔法函数
  • 原文地址:https://www.cnblogs.com/McCa/p/4428002.html
Copyright © 2020-2023  润新知