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 here):
/home/USER/AndroidStudioProjects/
I want to change this directory to another location. Besides selecting this new location on the creation of every project, is there a setting (couldn't find) or path variable
(couldn't find any documentation) that can set this directory (say /home/USER/Projects/AndroidStudio/
) as the default?
Something similar to changing the workspace in Eclipse is what I am looking for.