Reputation: 1001
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?
Upvotes: 0
Views: 67
Reputation: 7888
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.
Upvotes: 1
Reputation: 5906
Go to File-> Import-> Existing project into workspace. Select the root directory of your project. Its done :)
Upvotes: 1