I am getting a no space left on device error

余生颓废 提交于 2019-12-04 08:43:44
Sharang Gupta

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

I recently faced this problem I guess I have an answer. Step 1 : Close the emulator which is currently running and in which you want to see your results. Step 2 : Go to the AVD Manager in Android Studio which is a phone like icon and in there you will have your virtual machines displayed. Step 3 : Select the down arrow symbol in the right most corner of your virtual machine and click wipe data.

This way all the data is wiped off and you can open your virtual machine again

Hope this works for you ! :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!