3

Can't find the option in Android Studio to switch between workspaces like in Eclipse. Is there only way to add path when creating Project? Or any other way?

Sharath
  • 691
  • 8
  • 23
Krishna
  • 893
  • 1
  • 10
  • 24

3 Answers3

4

you can open a separate window that how it goes in android studio since this is based on IntelliJ IDE, click on
File-->open-->open and select the project, this will ask you in a window saying do you want to open in new window or same click on new window.

Aniruddha K.M
  • 7,361
  • 3
  • 43
  • 52
2

Before start exploring Android Studio please read Project and File Structure

You can try with -> Press Cntrl+Shift+F Then change Directory Location .

Change default save location of projects (or Workspace ) in Android Studio

Community
  • 1
  • 1
IntelliJ Amiya
  • 74,896
  • 15
  • 165
  • 198
0

Just follow this steps given below, because the Android Studio doesn’t work quite like Eclipse does. It's simpler: if you create a project at, say /home/USER/Projects/AndroidStudio/MyApplication from there on all new projects will default to /home/USER/Projects/AndroidStudio. So, your current directory will be your current workspace.

1- Open new project

2- Change project location name by typing and not browse button

3- Next button will appear now

And if you want to change current then rename current directory and reopen that project.

Ronak Joshi
  • 1,553
  • 2
  • 20
  • 43