How to open a project directly by explorer

1

I was left with the following question these days and could not find a solution for that.

Next, I have several projects in Android Studio (all have already been imported and are working perfectly), but every time I open the AS it opens the last project I was developing, XXX to make it easier if I I want to open the project YYY I have to open the AS, wait to load the XXX project, then go to the recent ones, look for the YYY and open it for there.

The question is, is there any way to open the YYY project directly through windows explorer, or at least without having to wait to load the XXX project? A good example of what I'm talking about would be the Visual Studio "Solution", that just open the * .sln file that VS will open the entire project

    
asked by anonymous 14.11.2016 / 19:38

2 answers

2

Can not open an Android Studio "project" via File Explorer.

Android Studio, unlike other IDE's, does not create a "project" file.

If you do not want the previous project to be opened by Android Studio, close it before exiting, or in File->Settings , deselect Reopen last project on startup > in the Appearance & Behavior > System Settings .

    
15.11.2016 / 16:33
2

As this answer in English , there is an Android Studio (AS) setup to disable the most recent project reopening:

  

Settings - > Appearance & Behavior - > System Settings - > Reopen last project on startup

Note: Intellij mentions the original response but also applies to AS.

    
14.11.2016 / 19:49