Eclipse project "save as"

android, eclipse, java

Solution

Click on your open project in either the Project Explorer or Package Explorer windows. Then File/Copy (or Ctrl-C), then immediately File/Paste (or Ctrl-V). Your'll get a wizard to save the project under a new name.

Problem

I'm quite new to android programming and I was wondering if there is a `Save As` button in Eclipse for the entire project instead of saving only 1 XML or Java at a time. For example, when I work on Excel, sometimes I like to save different versions of Excel workbooks so that I can roll back if there is a problem. I want to do the same thing for Eclipse project files like `Listv1`, `List v2`, `Listv3` etc. I know you can use local history, but that is more for different versions of the XML and Java files. I want to save different versions of project files onto my hard drive so that I can compare two different versions of my project.

Original source