Android Studio 3.5
Build #AI-191.8026.42.35.5791312, built on August 9, 2019
JRE: 1.8.0_202-release-1483-b49-5587405 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.15.0-64-generic
我已经更新了我的 android studio,之后,当我单击模拟器左侧面板上的任何按钮时,甚至当我按下ctrl + M
打开开发者菜单时,模拟器突然关闭。
到目前为止我测试过的(没有一个工作):
1. installing previous version of android studio
2. choosing another avd
3. choosing another system image (api 28)
4. uninstalling android studio and installing again
5. invalidate/resetting cache
更新:
当模拟器关闭时,我在事件日志中得到这个:
2:47 PM Emulator: [26918:26918:0924/144702.703700:ERROR:zygote_host_impl_linux.cc(89)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
2:47 PM Emulator: Process finished with exit code 1
该问题已在此处讨论