6

I have recently move from Eclipse to Android Studio. I could not find "File > Save as" options. Is there any alternative for this?

(Sometimes, I create new class or XML by creating new one from already existed content, and than do changes. In Eclipise I have been doing this by using "Save as" options from File menu)

Jimmy
  • 16,123
  • 39
  • 133
  • 213
ivan.panasiuk
  • 1,239
  • 16
  • 20
  • Android studio will save automatically. AFAIK, "save as" is not an option because it will save to where it currently resides. – Chad Bingham Nov 03 '15 at 21:40

1 Answers1

10

The easiest solution which I've used multiple times would be:

  • Right click on the original file in project hierarchy panel.
  • Choose Refactor
  • Choose Copy
  • Enter New Name and Destination Package

Shortcut: F5

ataulm
  • 15,195
  • 7
  • 50
  • 92
frogatto
  • 28,539
  • 11
  • 83
  • 129