I updated my android studio to 2.1 preview version, after that it's giving No space left on device Error. How to resolve this issue?
I updated my android studio to 2.1 preview version, after that it's giving No space left on device Error. How to resolve this issue?
You can also solve this by using TMPDIR=pathtodirectorytobeusedastmp before launching studio.sh from terminal.
eg: TMPDIR=/HOME/user/downloads studio.sh
P.S. This only applies if you are using any of the linux distributions.