"序列化CDT项目设置" - Eclipse错误

时间:2014-08-24 15:50:57

标签: android c++ eclipse eclipse-cdt

我尝试配置Eclipse并遇到此错误。我怎么解决这个问题?

当我尝试启动Eclipse时出现错误。

Error1

这个错误,当我尝试更改Android项目设置时。

Error2

1 个答案:

答案 0 :(得分:1)

我遇到了同样的问题,但这个答案对我有用了。

Serializing CDT Project settings has encountered a null pointer exception exception

(从那里:

  

Eclipse在我的.cproject文件中添加了一个额外的节点,使其成为三个   总共。我删除了这个,这是Eclipse和Eclipse添加的那个   也是文件中的最后一个。

<cconfiguration id="0.1230402123.1377291156">
    <storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="0.1230402123.1377291156" moduleId="org.eclipse.cdt.core.settings" name="Debug">
        <externalSettings/>
        <extensions>
            <extension id="org.eclipse.cdt.core.VCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
            <extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
            <extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
            <extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
            <extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
            <extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
        </extensions>
    </storageModule>
    <storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
</cconfiguration>
  

删除并重新启动Eclipse后,一切正常   试。