Android Studio: 默认项目目录

每当我在 Android Studio中创建一个新项目时,它都想把它放在一个通用的默认文件夹中,该文件夹的位置类似于(这里取决于 OS-Ubuntu) :

/home/USER/AndroidStudioProjects/

我要将这个目录更改到另一个位置。除了在创建每个项目时选择这个新位置之外,是否有一个设置(找不到)或者 path variable(找不到任何文档)可以将这个目录(比如说 /home/USER/Projects/AndroidStudio/)设置为默认值?

我正在寻找类似于在 Eclipse 中更改工作区的东西。

276215 次浏览

At some point I too tried to do this, but the Android Studio doesn’t work quite like Eclipse does.

It's simpler: if you create a project at, say /home/USER/Projects/AndroidStudio/MyApplication from there on all new projects will default to /home/USER/Projects/AndroidStudio.

You can also edit ~/.AndroidStudioPreview/config/options/ide.general.xml (in linux) and change the line that reads <option name="lastProjectLocation" value="$USER_HOME$/AndroidStudioProjects" /> to <option name="lastProjectLocation" value="$USER_HOME$/Projects/AndroidStudio" />, but be aware that as soon as you create a project anywhere else this will change to that place and all new projects will default to it.

Hope this helps, but the truth is there really isn't much more to it other than what I explained here.

Let me know if you need anything else.

I found an easy way:

  1. Open a new project;
  2. Change the project location name by typing and not the Browse... button;
  3. The Next button will appear now.

Top of The Android Studio Title bar its shows the complete file path or Location

Look this image

In android studio 2.3.3 (windows) you must go to C:\User\ (Name)\ .AndroidStudio2.3\config\option open recentProjects.xml And change your directory

<option name="lastProjectLocation" value="YOUR DIRECTORY" />

File -> Other Settings -> Default settings... -> Terminal --> Project setting --> Start Directory --> ("Browse or Set Your Project Directory Path")

Now Close current Project and Start New Project Then Let Your eyes see Project Location

I have Android Studio version 3.1.2, it shows project full path when you click Build tab in bottom-left location of the studio.

enter image description here

Try this:

File\Other Settings\Preferences for New Projects\Teminal\Start Directory

This may be what you want. Settings -> Appearance & Behavior -> System Settings > Project Opening > Default Directory

  1. Open 'Preferences'
  2. Select System Settings -> Project Opening
  3. Set 'Default Directory' where you want.

It worked for me. I tried Android Studio 3.5.

This worked for me Android Studio 4.0.1:

  1. Close Android Studio.

  2. Navigate to C:\Users[Username].AndroidStudio4.0\config\options

  3. Locate recentProjects.xml and open it.

  4. Scroll down the page you will notice: <option name="lastProjectLocation" value="$USER_HOME$/AndroidStudioProjects" />

  5. Change $USER_HOME$/AndroidStudioProjects to your desired location: /home/USER/AndroidStudioProjects/

  6. Reopen Android studio.

  • This worked for me :- -> Go to settings -> Type system setting in search bar -> Select your location -> Press Apply

The latest Android Studio 4.1.3 is currently located: C:\Users\User\AndroidStudioProjects