user898195
user898195

Reputation: 117

Eclipse cannot open android project?

Eclipse was working perfectly with my android project and then I received a popup stating that my system is low on disk space on drive C:. I deleted some files from C drive (approx 2 GB) and then restarted my system.

On restarting, eclipse refused to open my android project. I can see the name of my project with a folder icon in Package view window, but i cannot open it either by double clicking it or by selecting the option 'Open Project' by right clicking it. No error messages are displayed.

The contents of the project are intact on the physical device.

I had no joy by trying to import this project into eclipse. It turned down the request by saying that this project already exists.

Upvotes: 1

Views: 5590

Answers (1)

Mithun Sreedharan
Mithun Sreedharan

Reputation: 51292

  • You may delete the project from eclipse by right clicking the project folder icon. (Do not check the Delete project contents from disc checkbox)
  • You may delete the .project and .classpath files from the physical location
  • Create a new Android project, chose the Create project from existing source option

Upvotes: 10

Related Questions