Skip to content Skip to sidebar Skip to footer

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

Solution 1:

  • 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

Post a Comment for "Eclipse Cannot Open Android Project?"