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>

  • 相关阅读:
    第三方登陆--新浪
    YII2.0邮箱发送
    MYSQL 数据库实现远程连接
    MEMCACHE所有方法及参数详解
    把时间转成适合符合日常习惯的格式【js】
    mvc的自带json序列化的datetime在js中的解析
    如何在word中的第3+n页处插入页面并重新从1开始
    古怪的运算符=+
    【摘录】某表含有N个字段超精简模糊查询方法
    C#中快速释放内存,任务管理器可查证
  • 原文地址:https://www.cnblogs.com/McCa/p/4428002.html
Copyright © 2011-2022 走看看