如何强制 Android Studio 从欢迎屏幕开始?

有没有可能让 Android Studio 开始进入欢迎屏幕,而不是直接加载最近的项目?

我没有真正的最快的电脑,我经常需要在不同的项目之间切换,有时真的很烦人。

62714 次浏览

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

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

For Mac users, as of Version 4.1.2, the path is Preferences (CMD + ,) -> Appearance & Behavior -> System Settings -> uncheck Reopen last project on startup.

If you are in a screen of a previous projects: Customize->All settings-> Appearance & Behaviour--> System Settings --> uncheck Reopen projects on startup(under Project section)

Click Apply

Done)