Just to tinker with it, last night I installed the Android Studio/SDK, and both during install and use, it repeatedly blew my 2Gb /tmp partition. Is there any way to tell t
Another option would be to temporarily increase the size of your /tmp partition. To do so, you need to execute the following: sudo mount -o remount,size=10G /tmp/
This would increase the size of your partition to 10GB. Please use df -h to check that everything went well.