Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open new workspace in android studio

Tags:

Can't find the option in Android Studio to open new workspace like in Eclipse.

As I understand, it's going like that:

Project in Android Studio equivalent to workspace in Eclipse.

Module in Android Studio equivalent to project in Eclipse.

Am I right?

like image 989
David Avatar asked May 16 '13 13:05

David


People also ask

How do I open another project in Android Studio?

Open Android Studio, and click File > New > New Project. Enter a name for your app project and specify the location where it should be created, and then click Next. Select the form factors your app will run on, and then click Next.

Can I open two projects in Android Studio?

To open multiple projects simultaneously in Android Studio, go to Settings > Appearance & Behavior > System Settings, in the Project Opening section, choose Open project in new window.

How do you create a new project in Android Studio?

If you don't have a project opened, Android Studio shows the Welcome screen, where you can create a new project by clicking Start a new Android Studio project. If you do have a project opened, create a new project by selecting File > New > New Project from the main menu.

How do I open an Android Studio project from another computer?

Locate the Android Studio project folder on Windows Right click on the application name or “app” to find a folder with all the files from your project. In Windows, you have the option “Show in Explorer” (in MacOS it's “Reveal in Finder”).


2 Answers

You are right, When you create new project, it'll tip open new workspace

like image 101
Crossle Song Avatar answered Oct 09 '22 04:10

Crossle Song


According to http://wiki.jetbrains.net/intellij/Eclipse_FAQ, you are right. The first question in the FAQ says exactly that.

like image 42
Chillax Labs Avatar answered Oct 09 '22 02:10

Chillax Labs