How can I prevent Android Studio from opening last project?

Android Studio

Android Studio Problem Overview


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

How can I stop this?

Android Studio Solutions


Solution 1 - Android Studio

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionMachadoView Question on Stackoverflow
Solution 1 - Android StudiodragiView Answer on Stackoverflow