On my machine I have two user directories, one local on C:\Users\Username\
, and another on a network path \\networkName\Home\Username
.
Although Android studio was stored in C:\Program Files
, and the SDK folder was set to C:\Users\Username\AppData\Local\Android\sdk
, Android Studio itself insists on using the network home, saving all local application data there, and as there's no space on this directory, causing Android Studio to throw constant No enough space on the disk exceptions, or file not found.
Is there an environment variable, or registry key I need to change to get it to point at the right folder?