Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I prevent Android Studio from opening last project? [duplicate]

Everytime I initialize Android Studio it launches with the last opened project automatically.

How can I stop this?

like image 303
Machado Avatar asked May 26 '15 12:05

Machado


People also ask

How do I stop the last project from opening in Intellij?

This behaviour can be changed in the preferences Appearance & Behaviour > System Settings > Reopen last project on startup. To cancel loading a project at startup, hit the Cancel button on the loading progress dialog.

How do I delete an existing project in Android Studio?

In android studio(3.0. 1), File -> Open Recent -> Manage Projects -> click on 'X' for the project you wish to close.

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.


1 Answers

If you go to File -> Settings -> Appearance & Behaviour -> System Settings then you have a checkbox Reopen last project on startup.

This is at least in Android Studio 1.2.1.1, on Windows 7.

like image 81
dragi Avatar answered Oct 08 '22 06:10

dragi