I have run into this problem on two instances:
- While performing installation, updates of SDK or new system images.
This means your tmpfs does not have enough capacity. But you can't just flush contents of your /tmp to free space since the installation data is downloaded there. You can either disable tmpfs or mount tmp to /var/tmp/ by adding this line to the top of studio.sh:export _JAVA_OPTIONS=-Djava.io.tmpdir=/var/tmp
- Android Virtual Device (AVD) fails to start giving this particular error. You can just go ahead and clear everything in your /tmp with something like sudo rm -rf /tmp/*
No comments:
Post a Comment