0

when I try to Import my existing Android project, it appears:

"Failed to read the project desription file(.project) for "myProject". The file has been changed on disk and it now contains invalid information. The project will not function properly untill the description file is restored to a valid state."

note that : I moved my .classpath and .project file to another folder for another purpose, but again i put these file on the same directory as before.

This problem happening after I deleted my Project from Eclipse. but I didn't check the "Delete project contents from disc" checkbox. but I don't know , why I cant use my project now :(

4

3 回答 3

0

您只需右键单击您的

项目 > Android 工具 > 修复项目属性

或者我认为您从工作区中删除了您的项目..如果您已从工作区中删除它不会打开您的项目,因为您删除了永久删除。

我应该对你有帮助。

于 2013-11-14T10:34:57.323 回答
0

尝试使用 General -> 将现有项目导入工作区而不是 Android -> 将现有项目导入工作区

于 2013-11-14T10:30:03.853 回答
0

试试这个:从 Eclipse 中删除您的项目,但不要从磁盘空间中删除,然后执行以下操作:

Import -> Android -> Existing Android Code into Workspace

于 2013-11-14T10:35:41.413 回答