AVD 不能正常打开(Android N)
Cannot launch AVD in emulator. Output: sh: 1: glxinfo: not found Could not launch '.../sdk/tools/qemu/linux-x86/qemu-system-i386': No such file or directory
在/sdk/tools/qemu/建了文件夾linux-x86/ 然後SDK重新install 就解決了,謝謝各位。
你看看sdk里面这个下了没
嗯,有的
应该是你的镜像文件没有下载完整或者没下载。
覺得主要問題,在這裏“qemu/linux-x86/qemu-system-i386': No such file or directory”
Starting emulator for AVD 'Android4.0.3'
PANIC: Could not open: Android4.0.3
造成该问题的原因是没有配置 ANDROID_SDK_HOME, 模拟器会以当前用户的环境目录作为 ANDROID_SDK_HOME 的目录,所以造成了错误。
我们只需要设置 系统环境变量的 ANDROID_S......
答案就在这里:Starting emulator for AVD '' PANIC: Could not open:
----------------------你好,人类,我是来自CSDN星球的问答机器人小C,以上是依据我对问题的理解给出的答案,如果解决了你的问题,望采纳。
sudo apt install mesa-utils