我几乎完成了我的Android应用程序,我的课程作业将在10天内到期。 我从Eclipse中删除了我的项目。我在AVD上安装了可运行的版本。 有没有办法转回Eclipse?
MAC OS X 10.8.2 Eclipse for Mobile Developers 版本:Juno Service Release 1 构建ID:20120920-0800
答案 0 :(得分:1)
查看这两个链接http://www.java-tips.org/other-api-tips/eclipse/how-to-restore-deleted-files-in-eclipse.html
http://www.nodans.com/index.cfm/2008/1/18/How-to-recover-a-deleted-file-in-Eclipse
并在此Is it possible to get the deleted file from Eclipse workspace?
回答此问题您可以使用从本地历史记录恢复选项获取如何对我提供的链接进行操作来取回您的项目
答案 1 :(得分:0)
您是否也从磁盘中删除了它?看看eclipse的workspace
目录。要获得线索,请File > Workspace > Other ...
并查看建议的地点。点击Cancel
此处。
如果您的项目仍然存在,请在Eclipse中使用File > Import > Android > Existing Android Code
来恢复项目。
答案 2 :(得分:0)
如果您有.class文件,可以尝试将其重新转换为java项目。 在Google上查找类文件转换器。