How to set up Android Studio to save projects to another folder?

Asked

Viewed 1,089 times

3

I have Android Studio installed on my SSD but would like to set it up to save the projects on my hard drive. Does anyone know how I could do that? I looked in "Settings", "other Settings" and also tried to find the answer on the web, but still could not.

1 answer

3


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

inserir a descrição da imagem aqui

You can also change the location where it searches for the latest projects: C: Users . Androidstudio recentProjects.xml file

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

However, when creating the project it will still open the default option. There is still no way to change the default Workspace of Android Studio.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.