错误原因

android studio 报错:

new emulator backend requires minimum kernel version 3.10+ (currently got lower)

可能造成的原因:
下载的虚拟机镜像是没有 google-api 的版本,通过 AS AVD 管理页面无法启动(也就是能点绿色三角形启动失败),并报错:

Emulator: emulator: ERROR: This AVD's configuration is missing a kernel file!

然后把 kernel-qemu 重命名为 kernel-ranchu ,就会报错,报错内容为标题

进一步原因分析:Android Studio 报错:Emulator: emulator: ERROR: This AVD’s configuration is missing a kernel file!

解决方法

  1. 还原 kernel-qemu 命名!!!(还原内核文件名)
  2. 按照这篇文章来启动不带 google-api 的 arm 虚拟器:Android Studio 报错:Emulator: emulator: ERROR: This AVD’s configuration is missing a kernel file!
Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐