Android Studio - automatic project load

后端 未结 6 764
感情败类
感情败类 2021-02-03 17:41

I cannot find a way to prevent Android Studio from automatically loading the last project in use. I want it open me the beggining window with the list of projects available and

6条回答
  •  感动是毒
    2021-02-03 18:33

    On Linux it's:

    $HOME/.AndroidStudio3.6/config/options/recentProjects.xml
    

    ... where you may want to remove openPaths and lastPath nodes.

    Then it show the default project-selection dialog again.

提交回复
热议问题