可能重复:
Eclipse Hell . . . Failed to read the project description file (.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>
答案 0 :(得分:0)
如果您有原始项目的备份,请尝试替换位于Andriod项目根目录内的.project文件。或者,尝试打开.project文件并检查是否存在任何无效内容。
答案 1 :(得分:0)
.project文件存在一些问题,可以解决此问题,创建 new android project
,然后复制现有的 src
和 { {1}} 文件夹并将其放在新创建的res
内,这应该会回馈您的项目。