android studio模拟器启动失败

环境:
Mac,android studio, android 9.0 ( API28 )

失败原因1:

/dev/kvm is not found
android studio模拟器启动失败_第1张图片
android studio模拟器启动失败_第2张图片
解决方法1——重新安装:
去sdk目录下找到相应路径,双击,重新安装一次就好了

失败原因2:

enable vt-x in your bios security settings ensure that your linux distro has working kvm module 没有开启BIOS中的vt-x

解决方法2——开启权限:
Mac系统没有BIOS,vt-x权限是默认开启的,而且网上都是window系统怎么在BOIS中开启BIOS的教程,终于在系统便好设置里被我找到了!!!
系统便好设置——安全与隐私——通用——点击允许



再重新启动android studio 就可以啦。

失败原因3:

ERROR: This AVD’s configuration is missing a kernel file! Please ensure the file “kernel-qemu” is in the same location as your system image.
ERROR: android_sdk_root is undefined
ERROR: process finished with code 1
提示缺少kernel-qemu文件,(网上说的把sdk——system images——android-28——google_apis——x86路径下的kernel-ranchu-64文件名改为kernel-qemu,但是并没有用)
在这里插入图片描述
在确保自己的sdk安装配置没有任何问题,并且已经更新了时,在android studio中打开sdk管理器,如果这三个(cmake,lldb,android emulator)没有安装的话,下载安装apply一下,就好了。
android studio模拟器启动失败_第3张图片

你可能感兴趣的:(Android)