Reputation: 1624
I am getting the following error when i try to run my AVD
NAND: could not write file C:\DOCUME~1....\LOCALS~1\Temp\2\AndroidEmulator\TMP7.tmp, No space left on device.
My SDK is NOT located in C: .Is there any way to change the path of the temp file being generated by AVD.
After searching on internet ,i have tried following , but none worked.
PS: On the server where i work , I cannot increase my quota on C: , that's why need to move out of it.
Thanks
Upvotes: 1
Views: 2124
Reputation: 781
As Manik said, a solution could be to make a symbolic link to another location :
mklink /J "C:\Users\{you}\AppData\Local\Temp\AndroidEmulator" "{new-location}"
Upvotes: 1
Reputation: 16152
That was auto Generated file .you have to remove from this path
Hope this will solve your problem and open your emulator properly.
Upvotes: 2