I changed the android studio workspace, .gradle location and all other paths to point to /local/mnt/workspace but I am not able to change the location for Android Studio home directory on Ubuntu and it still points to /usr2/ . How do I change setting so that .AndroidStudio folder (for example: .AndroidStudioPreview2.0) gets created under /local/mnt/workspace rather than /usr2/ directory.
Asked
Active
Viewed 571 times
1
-
did you read [this](http://stackoverflow.com/questions/16581752/android-studio-how-to-change-android-sdk-path) ? – Blackbelt Dec 22 '15 at 19:39
-
might help with your question http://stackoverflow.com/questions/17800615/android-studio-default-project-directory – g90 Dec 22 '15 at 19:41
-
@Blackbelt : I changed the sdk location already, that does not change the Android Studio directory. – user531069 Dec 22 '15 at 19:44
-
@geek90 : That is just to change the workspace, does not change the Home dir. – user531069 Dec 22 '15 at 19:45
-
Check https://intellij-support.jetbrains.com/hc/en-us/articles/206827407-Changing-IDE-default-directories-used-for-config-plugins-and-caches-storage – g90 Dec 22 '15 at 19:50
-
Thanks. This is much better. I changed: idea.config.path idea.system.path idea.plugins.path idea.log.path and now most of the files got updated to desired folder. Even ./AndroidStudioPreview2.0 is still created and also has system folder under it but it's empty. It's Ok for me. Please submit answer and I will accept it. – user531069 Dec 22 '15 at 20:48