zoukankan      html  css  js  c++  java
  • cocos2dx导入到eclipse出现"C/C++ Indexer". java.lang.NullPointerException

    解决办法:

    打开Android工程中的.cproject文件,删除下面代码即可。

    1. <cconfiguration id="0.1230402123.1377291156">  
    2.             <storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="0.1230402123.1377291156" moduleId="org.eclipse.cdt.core.settings" name="Debug">  
    3.                 <externalSettings/>  
    4.                 <extensions>  
    5.                     <extension id="org.eclipse.cdt.core.VCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>  
    6.                     <extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>  
    7.                     <extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>  
    8.                     <extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>  
    9.                     <extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>  
    10.                     <extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>  
    11.                 </extensions>  
    12.             </storageModule>  
    13.             <storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>  
    14.         </cconfiguration>  
  • 相关阅读:
    为什么比特币和以太坊未必真得比EOS更去中心化?
    为什么我说IPFS社区从卖矿机开始,就是错的
    人群捕捞,不知不觉控制你
    Maven解决repository不更换的问题
    Ubuntu安装mysql-proxy
    Ubuntu的NTP同步时钟设置方法
    MySQL索引原理及慢查询优化
    MySQL对比清除不必要的表
    MySQL5.7绿色版安装
    Ubuntu下监控服务
  • 原文地址:https://www.cnblogs.com/Anzhongliu/p/6091992.html
Copyright © 2011-2022 走看看