目录

我的学习分享

记录精彩的程序人生

android AVD 启动时报错

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。

解决方法:将android-sdk-windows\system-images\android-27\google_apis\x86目录下的"kernel-ranchu-64"文件复制一份并改名为"kernel-qemu",然后重新 start 虚拟机。

ERROR: x86 emulation currently requires hardware acceleration!
解决方法:
intel haxm下载最新的安装包(当前最新版本为7.1.4),然后解压到 android-sdk-windows\extras\intel\Hardware_Accelerated_Execution_Manager目录,再手动点击 intelhaxm-android.exe安装。

黑屏
解决方法:
Android API版本不能是Android9,API28;下载API24,新建模拟器并选择API24

参考:
android AVD 启动时报错
eclipse虚拟机黑屏原因及解决方法,亲测有效!