Android Studio 2.1 Preview1 Gives No space left on device Error

Viewed 19267

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?

5 Answers

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.

Related