zoukankan      html  css  js  c++  java
  • 移除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>

  • 相关阅读:
    夜半饮酒
    邀你到成都来
    成都,我的天堂
    真不想松开你的手
    创业,你懂如何求人办事么?
    只要你愿意
    【五月的歌】重振山河
    成都,我爱你
    就算忘了自己也忘不了你
    假如
  • 原文地址:https://www.cnblogs.com/McCa/p/4428002.html
Copyright © 2011-2022 走看看