Android Studio - automatic project load

后端 未结 6 658
感情败类
感情败类 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:11

    In Appearance & Behavior -> System Setting , also you can change some other setting about open or save projects

    Android Studio 2.1.1 MacOS X

    UPDATE

    This screen can accessed in Android Studio 3.1.3 on MacOS High Sierra by selecting the Android Studio -> Preferences menu

    0 讨论(0)
  • 2021-02-03 18:14

    Android Studio or Intellij IDEA:

    From the menu go to :

    File > Settings >Appearence & Behavior > System Settings.

    disable the option:

    Reopen last project on startup

    0 讨论(0)
  • 2021-02-03 18:15

    The location of Reopen last project on startup was moved to Settings => Appearance & Behavior => System Settings with new Android Studio, just uncheck it!

    0 讨论(0)
  • 2021-02-03 18:29

    Open Settings, go to General and remove check from Reopen last project on startup

    0 讨论(0)
  • 2021-02-03 18:32

    If the project that is being reopened is causing android studio to stop responding you may not be able to get to the dialog. I got round this by deleting

    ~/Library/Preferences/AndroidStudio3.3/options/recentProjects.xml
    

    This allowed me to temporarily start android studio without reopening the offending project, and then permanently disable the reopening feature using the dialog others have mentioned

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题