启动Android Virtual Device(android虚拟机)的时发生canot launch AVD in emulator错误

今天,我在启动android虚拟机的时候,我的AVD Manager弹出了这样的提示 :canot launch AVD in emulator

启动Android Virtual Device(android虚拟机)的时发生canot launch AVD in emulator错误_第1张图片

根据他的提示,我打开了我的SDK Manager ,在 Extras中里面有一个选项我没有点击安装


启动Android Virtual Device(android虚拟机)的时发生canot launch AVD in emulator错误_第2张图片

之前这个选项是显示  NOt installed。然后我选中这个选项,点击右下角的Install packages,

让它安装。但是在安装完之后也显示了Installed。重新运行虚拟机,还是弹出原来的错误。

运行命令符  sc query intelhaxm 提示为安装。

启动Android Virtual Device(android虚拟机)的时发生canot launch AVD in emulator错误_第3张图片

既然他提示为安装,看来我只能手动安装了。我打开我刚刚下载那个工具所在的文件夹

D:\Android\sdk\extras\intel\Hardware_Accelerated_Execution_Manager(这是我的设置

的sdk安装路径,你们要在自己安装的路径下找)

双击运行下面这个文件 intelhaxm-android.exe

启动Android Virtual Device(android虚拟机)的时发生canot launch AVD in emulator错误_第4张图片


跟着他的提示一步步安装:

启动Android Virtual Device(android虚拟机)的时发生canot launch AVD in emulator错误_第5张图片

启动Android Virtual Device(android虚拟机)的时发生canot launch AVD in emulator错误_第6张图片

启动Android Virtual Device(android虚拟机)的时发生canot launch AVD in emulator错误_第7张图片

启动Android Virtual Device(android虚拟机)的时发生canot launch AVD in emulator错误_第8张图片


点击finish,完成。再次运行  sc query intelhaxm 命令,这次是显示出了相关的数据。

启动Android Virtual Device(android虚拟机)的时发生canot launch AVD in emulator错误_第9张图片


至此,问题已经解决,虚拟机已经完美运行。

启动Android Virtual Device(android虚拟机)的时发生canot launch AVD in emulator错误_第10张图片


注意:如果你的intelhaxm-android 安装 不了,请确认在你的BIOS界面中的 Intel Virtualization Technology是否开启 ,

如果没有开启,请开启后再安装。至于如何开启 Virtualization Technology功能,请参考  http://jingyan.baidu.com/article/d621e8daf1a12e2865913f03.html


你可能感兴趣的:(移动开发,android,studio,android,开发)