Been trying in vain to change the default Users
folder drive C to drive G as drive C has very little space left.
These answers helped to some extent, in that, I was successful only moving the .gradle
folder:
But in spite of following them verbatim, Android Studio 3.0 makes in drive C, the .android
, .AndroidStudio3.0
folders and populates them with its stuff everytime it restarts.
Here's the idea.properties
file:
# custom Android Studio properties
idea.config.path=G:/Users/Nani/.AndroidStudio3.0/config
idea.system.path=G:/Users/Nani/.AndroidStudio3.0/system
...and the system environment variables:
ANDROID_SDK_HOME = G:\Users\Nani
GRADLE_USER_HOME = G:\Users\Nani
Has anything changed in this regard with Android Studio 3? Kindly advice; thanks in advance!