emulator: Process finished with exit code 1

机型lenovo 小新锐7000  windows10

安装Android Studio过程中遇到了好多的问题,总算装好啦,把问题动总结了一下;安装的过程中一定要充满耐心的重启与安装(沧桑脸...)

1.启动模拟器失败时的报错信息

 emulator: Process finished with exit code 1;

 emulator: ERROR: x86 emulation currently requires hardware acceleration!

(这两个问题会来回的报错)

 

原因:电脑没有启用虚拟技术或者没有安装Intel HAXM软件

解决办法

1.确定BIOS中的Configuration(配置)中的Virtual technoly 为Enable(打开)

                 1) Fn+f2,我的电脑非常不容易出来,借助于曲别针推一下就好了(彻底关机后),进入bios的界面;

                 2)选择选择Configuration选项——Intel Virtual Technology选项——选择Enabled状态

 

2.成功启用虚拟技术后查看是否安装Intel HAXM软件 

                 3)确定自己的安装包里文件是否完整:进入 AndroidSdk\extras\intel\Hardware_Accelerated_Execution_Manager

                     当时我安装之后发现这个文件包是空的,再重新拷贝一下之前的安装包

                 4)启动emulator: Process finished with exit code 1按照步骤一步一步安装

 

3.在安装的过程中,遇到这个问题emulator: Process finished with exit code 1

 关机后再次进入bios界面,查看Configuration(配置)中的Virtual technoly 为Enable是否为打开(重新打开几次)

 再次进入Android Studio,启动模拟器,查看是否成功

 

4.如果还未成功的话,重复以上步骤,应该就可以重新启动模拟器了

emulator: Process finished with exit code 1