At some point, I also tried to do this, but Android Studio does not work quite like Eclipse.
This is simpler: if you create a project on, say /home/USER/Projects/AndroidStudio/MyApplication , there all new projects will default to /home/USER/Projects/AndroidStudio .
You can also edit ~/.AndroidStudioPreview/config/options/ide.general.xml (on linux) and change the line that reads <option name="lastProjectLocation" value="$USER_HOME$/AndroidStudioProjects" /> to <option name="lastProjectLocation" value="$USER_HOME$/Projects/AndroidStudio" /> , but keep in mind that as soon as you create a project somewhere else, it will change to that location and all new projects will be by default.
Hope this helps, but the truth is that this is actually not much more than what I explained here.
Let me know if you need anything else.
Rik Martins Jul 30 '13 at 12:43 on 2013-07-30 12:43
source share