How do I configure Android Studio to save projects in another folder?

2

I have Android Studio installed on my SSD, but I would like to configure it to save the projects to my HD. Does anyone know how I could do this? I looked into "settings", "other settings" and also tried to find the answer on the web, but I still could not.

    
asked by anonymous 14.05.2018 / 03:44

1 answer

3

When you create a new project you have the option to choose the place you want to save it.

Youcanalsochangethelocationwhereitsearchesforthelatestprojects:C:\Users\.AndroidStudiorecentProjects.xmlfile

<optionname="lastProjectLocation" value="$USER_HOME$/novo_diretório" />

However, when you create the project it will still open the default option. There is no way to change the default Android Studio workspace yet.

    
14.05.2018 / 04:38