Android Studio: Default project directory

后端 未结 10 1851
既然无缘
既然无缘 2020-11-30 01:35

Whenever I create a new project in Android Studio it wants to put it in a generic default folder at a location something similar to (dependent on OS - Ubuntu he

相关标签:
10条回答
  • 2020-11-30 01:58

    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.

    0 讨论(0)
  • 2020-11-30 02:02

    Try this:

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

    0 讨论(0)
  • 2020-11-30 02:05

    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" />

    0 讨论(0)
  • 2020-11-30 02:08

    Top of The Android Studio Title bar its shows the complete file path or LocationLook this image

    0 讨论(0)
  • 2020-11-30 02:08

    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

    0 讨论(0)
  • 2020-11-30 02:12

    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.
    0 讨论(0)
提交回复
热议问题