-5

可能重复:
Eclipse Hell。. . 读取项目描述文件(.project)失败

我尝试使用导入功能导入现有应用程序,但我在下面弹出错误。我会很感激任何帮助。

在此处输入图像描述

.Project 文件的内容

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
    <name>NFCFakeProjects</name>
    <comment></comment>
    <projects>
    </projects>
    <buildSpec>
        <buildCommand>
            <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
            <arguments>
            </arguments>
        </buildCommand>
        <buildCommand>
            <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
            <arguments>
            </arguments>
        </buildCommand>
        <buildCommand>
            <name>org.eclipse.jdt.core.javabuilder</name>
            <arguments>
            </arguments>
        </buildCommand>
        <buildCommand>
            <name>com.android.ide.eclipse.adt.ApkBuilder</name>
            <arguments>
            </arguments>
        </buildCommand>
    </buildSpec>
    <natures>
        <nature>com.android.ide.eclipse.adt.AndroidNature</nature>
        <nature>org.eclipse.jdt.core.javanature</nature>
    </natures>
</projectDescription>
4

2 回答 2

0

如果您有原始项目的备份,请尝试替换位于 Andriod 项目根目录中的 .project 文件。或者,尝试打开 .project 文件并检查任何无效内容。

于 2012-09-10T05:06:49.683 回答
0

.project 文件存在一些问题来克服这个问题创建new android project然后复制您现有的srcres文件夹并将其放入新创建project的应该返回您的项目。

于 2012-09-10T05:11:02.143 回答