I just started using Android Studios (used to use Eclipse) and I haven't been able to run my first program. A couple of answers I checked haven't been helpful. I change RAM to 748MB. Then I noticed this error:
NAND: could not write file C:\Users\Kbluue\AppData\Local\Temp\\AndroidEmulator\TMP43A5.tmp, No space left on device
Seeing as my C:\ was crowded I tried changing the directory into the D:\ drive and this question seemed to answer that: Possible to change where Android Virtual Devices are saved?. Only the top answer didn't help. Here's the new error
D:\Android\sdk\tools\emulator.exe -avd Nexus_S_API_21 -netspeed full -netdelay none
Note: The environment variable $ANDROID_SDK_HOME is set, and the emulator uses that variable to locate AVDs.
This may result in the emulator failing to start if it cannot find the AVDs in the folder pointed to by the
given environment variable.
ANDROID_SDK_HOME=D:\Users\Kbluue
NAND: could not write file C:\Users\Kbluue\AppData\Local\Temp\\AndroidEmulator\TMP43A5.tmp, No space left on device
Another answer said something about a tools directory which I unluckily couldn’t find in my studios.
What do I do now?