Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to re-open closed Android project?

I am using Eclipse to develop Android projects. I tried to reopen a closed project but got the following message...

The project description file (.project) for is missing. This file contains important information about the project. The project will not function properly until this file is restored.

I thought I could just create the project from my source folders (by using Windows Explorer) but the projects are completely gone (and I hadn't backed up to an external drive)

Any suggestions how to get these projects back?

like image 961
Mel Avatar asked Feb 28 '26 12:02

Mel


1 Answers

closing a project does not delete the .project file. something else happened to delete that.

To "recover" from this situation I would do the following:

  1. Create a new android project.
  2. Close eclipse
  3. Copy the source from the former project into the new project (outside of eclipse).
  4. Start eclipse.
  5. Refresh the new android project.
like image 119
DwB Avatar answered Mar 02 '26 00:03

DwB



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!