问题:
使用Android Studio 遇到模拟器启动不成功,直接退出,其中event log报错信息:
Emulator: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
环境:
64-bit Ubuntu18.04LTS,显卡为N卡
解决:
安装N卡驱动,重启,解决。下面是一种安装N卡驱动的方法:
1. ubuntu-drivers devices检查需要驱动的设备
2. sudo ubuntu-drivers autoinstall安装推荐驱动
3. 重启
原文地址:https://www.cnblogs.com/liuc2050/p/10667245.html
时间: 2024-10-12 00:52:28