2

I almost finish my app for android and my coursework is due in 10 days. I've deleted my project from Eclipse. I've got the runnable version installed on AVD. Is there any way to transfer back to Eclipse?

MAC OS X 10.8.2 Eclipse for Mobile Developers Version: Juno Service Release 1 Build id: 20120920-0800

apxcode
  • 7,696
  • 7
  • 30
  • 41
escuk
  • 19
  • 1

3 Answers3

1

Check out these two links 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

and an answer to this question here Is it possible to get the deleted file from Eclipse workspace?

You can get back your project by using Restore from Local History option explained how to do on the links i have provided

Community
  • 1
  • 1
NetStarter
  • 3,189
  • 7
  • 37
  • 48
  • i've tried but it didn't work.it says: "No additional members found on local history".I guess i'll have to start from scratch. – escuk Apr 12 '13 at 12:49
  • 1
    you are having a metadata folder somewhere in where you installed eclipse did you checked .metadata/.plugins/org.eclipse.core.resources/.history/ here and please follow this lik http://wiki.eclipse.org/FAQ_Where_is_the_workspace_local_history_stored%3F hope it helps you rather than starting from scratch – NetStarter Apr 12 '13 at 14:17
0

Did you also delete it from your disk? Have a look into eclipse's workspace directory. To get a clue where that is, do File > Workspace > Other ... and have a look at the proposed places. Click Cancel here.

If your project is still there, use File > Import > Android > Existing Android Code in Eclipse to get your project back.

sulai
  • 5,204
  • 2
  • 29
  • 44
0

If you have .class file of it you can try out to reconvert it in to java project. Find on Google the class file convertor.