Emulator: cannot find ram.img on ubuntu

自作多情 提交于 2019-12-07 04:29:23

问题


I simply set up a Nexus 5x device with API 27 in the default emulator in Android Studio 3.5. When I was trying to boot the device, the device just closed after the first 'Google' sign. The event log there's the following output:

Emulator: statvfs('/home/qiufeng/.android/avd/Nexus_5X_API_27.avd/snapshots/default_boot/ram.img') failed: No such file or directory

Emulator: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

However, the ram.img exists. I also changed the permission of the whole directory and files and It didn't work.

I've tried cold booting it... And that broke my deepin os--Deepin OS now fails to load the linux kernel:-( The method, which I found on the Internet, saying to Open device settings and turn Emulator Performance's section from Automatic to 'Software'. However, the section is not enabled and it doesn't let me set the value.

Is there a method to solve the problem and let the device start properly?:-)

来源:https://stackoverflow.com/questions/57683979/emulator-cannot-find-ram-img-on-ubuntu

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