0

Right now im working with android/eclipse.Due to four times interruptions in power supply,i lost my whole projects what ive done so far.How to retrieve my projects into the eclipse?

Mohammed Azharuddin Shaikh
  • 41,633
  • 14
  • 96
  • 115
Rohith
  • 991
  • 4
  • 18
  • 31
  • 2
    you must be having the src/backup in one of your drive of your pc.import them from the specific place – AkashG Jul 12 '12 at 06:15
  • @AkashG Even though if i import those folders,it showing every details but ive used some background images for some components in my project,its not showing that background images on corresponding xml files... – Rohith Jul 12 '12 at 06:18
  • you must not have saved the file after setting background and interruptions occurred.its not big deal set it again. – AkashG Jul 12 '12 at 06:21
  • 2
    In Eclipse, you can right click on your project and select "Restore from Local History". – Mohammed Azharuddin Shaikh Jul 12 '12 at 06:22

2 Answers2

1

Go to File-> Import-> Existing project into workspace. Select the root directory of your project. Its done :)

Basant Singh
  • 5,736
  • 2
  • 28
  • 49
1

You must be having the src/backup in one of your drive of your pc.import them from the specific place again in your workspace of eclipse.

AkashG
  • 7,868
  • 3
  • 28
  • 43