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>

  • 相关阅读:
    ssh2中的添,删,查,改。
    struts2中数据的传输
    SSH2中的笔记
    struts2中的拦截器
    struts.xml中的配置内容
    【spring源码分析】二、Aware
    【spring源码分析】一、BeanPostProcessor
    java常用名词缩写
    解决org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
    springboot使用redis缓存
  • 原文地址:https://www.cnblogs.com/McCa/p/4428002.html
Copyright © 2011-2022 走看看