加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

cocos2dx导入到eclipse出现"C/C++ Indexer". java.la

发布时间:2020-12-14 16:23:04 所属栏目:百科 来源:网络整理
导读:cocos2d-x CC++ Indexer. java.l 解决办法: 打开Android工程中的.cproject文件,删除下面代码即可。 [cpp] view plain copy cconfigurationid= "0.1230402123.1377291156" storageModulebuildSystemId= "org.eclipse.cdt.managedbuilder.core.configuration
cocos2d-x CC++ Indexer. java.l

解决办法:

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

[cpp] view plain copy
  1. <cconfigurationid="0.1230402123.1377291156">
  2. <storageModulebuildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider"id="0.1230402123.1377291156"moduleId="org.eclipse.cdt.core.settings"name="Debug">
  3. <externalSettings/>
  4. <extensions>
  5. <extensionid="org.eclipse.cdt.core.VCErrorParser"point="org.eclipse.cdt.core.ErrorParser"/>
  6. <extensionid="org.eclipse.cdt.core.GmakeErrorParser"point="org.eclipse.cdt.core.ErrorParser"/>
  7. <extensionid="org.eclipse.cdt.core.CWDLocator"point="org.eclipse.cdt.core.ErrorParser"/>
  8. <extensionid="org.eclipse.cdt.core.GCCErrorParser"point="org.eclipse.cdt.core.ErrorParser"/>
  9. <extensionid="org.eclipse.cdt.core.GASErrorParser"point="org.eclipse.cdt.core.ErrorParser"/>
  10. <extensionid="org.eclipse.cdt.core.GLDErrorParser"point="org.eclipse.cdt.core.ErrorParser"/>
  11. </extensions>
  12. </storageModule>
  13. <storageModulemoduleId="org.eclipse.cdt.core.externalSettings"/>
  14. </cconfiguration>

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读