Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to force Android Studio to start with the welcome screen?

is it possible to let Android Studio start into the welcome screen instead of directly loading the last recent project?

I´ve not really the fastest pc and I often need to switch between projects, its really annoying sometimes.

like image 963
Marian Klühspies Avatar asked Jan 17 '14 09:01

Marian Klühspies


2 Answers

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 -> ....

like image 180
Piyush Agarwal Avatar answered Sep 17 '22 22:09

Piyush Agarwal


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

like image 23
Margriet Avatar answered Sep 18 '22 22:09

Margriet