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
  • 651
  • 8
  • 22
Krishna
  • 853
  • 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.

Mightian
  • 7,149
  • 3
  • 39
  • 50
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
  • 73,189
  • 14
  • 161
  • 193
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,513
  • 2
  • 19
  • 41