Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to close a project in Android Studio?

How I closed a project in Android Studio like a close a project in workspace Eclipse?

like image 235
Fernando JS Avatar asked Aug 06 '13 13:08

Fernando JS


People also ask

How do I delete a project in Android Studio?

In the Android Studio welcome screen, click on the project name and select Remove From List. Select File > Open Recent > Manage Projects, select the project, and press the delete key or click the X that's displayed on it.

How do I open an Android Studio project?

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.

Where are projects saved in Android Studio?

Android Studio stores the projects by default in the home folder of the user under AndroidStudioProjects. The main directory contains configuration files for Android Studio and the Gradle build files.


1 Answers

I think it's a legible question, because in Eclipse is a very helpful functionality.

In Android Studio:

File -> Close Project

like image 144
Fernando JS Avatar answered Sep 21 '22 20:09

Fernando JS