How to force Android Studio to start with the welcome screen?
Solution 1:
Go to
(as of July 25, 2015)
File -> Settings -> Appearance & Behavior -> System Settings -> Un-check "Reopen last project on startup" -> Click apply
(old version)
File -> Settings -> General -> Startup/shutdown -> Reopen last project on startup.
Un-Check the checkbox.
Or, on the Mac, Preferences -> General -> ....
Solution 2:
It is now not under File, but in the main menu, goto: Android Studio -> Preferences -> Appearance & Behavior -> Click on: System Settings -> Then you see: Un-check "Reopen last project on startup" -> Click apply
Solution 3:
For Mac users, as of Version 4.1.2, the path is Preferences (CMD + ,
) -> Appearance & Behavior -> System Settings -> uncheck Reopen last project on startup.