I tried installing a tablet as a virtual device and after installing it , It does not even show and my gradle stopped syncing citing no space on device...
Also I could not get the gradle vm settings to increase the memory using the option -Xmx512m
I could not delete the virtual device as it does not show any as intsalled , i cannot add as it shows no image available and the standalone sdk manager also does not open saying lack of memory...
I have a lot of disk and RAM free , and am at a loss...
I tried invalidating cache and restarting , that didnt help either... Any help will be appreciated...
OS : Solus Android Studio Version : 2.2
No space left on device Print No space left on device error often means you are over quota in the directory you're trying to create or move files to. 1. If you are trying to move a file from another location, change the group ownership of the file before moving it or use the copy command instead.
Check for macOS updates and if there is an update, update your Mac. When macOS is up to date, Safari is also up to date. Go to System Preferences > Software Update. If you have a lot of Safari tabs and windows open, close them all and then open a new window and try again.
Your local folder does not have enough space available for the operation. In your environment, update the 'TEMP', 'TMPDIR' or 'TMP' environment variable to a location with additional free space. Validate the updated location: Windows - command-prompt 'set'
Clearing the temporary folder worked for me...
sudo rm -rf /tmp/*
You can increase available space in tmp by doing remount instead of "rm -rf" :
mount -o remount,size=8G,noatime /tmp
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With