在 Android Studio 中 运行 程序时模拟器不打开
Emulator does not open up when running program in Android Studio
概览
我使用模拟器进入 运行 我在 Android Studio 中的程序,但在我完成该过程后,模拟器无法打开。当我尝试 运行 它时,事件日志中显示了几个错误。
错误
7:41 PM Emulator: Incompatible HAX module version 3, requires minimum version 4
7:41 PM Emulator: No accelerator found.
7:41 PM Emulator: failed to initialize HAX: Invalid argument
7:41 PM Emulator: Process finished with exit code 0
图片
There were several errors in the Event Log as shown in the image.
Download 4 的最低版本 (当前,它是 3)或转到:
SDK manager
> Extras
> Intel x86 emulator accelerator (HAXM installer)
并更新到最新版本。
发生这种情况是因为它需要最低版本 4,但您已经安装了版本 3,因此更新将解决问题。
概览
我使用模拟器进入 运行 我在 Android Studio 中的程序,但在我完成该过程后,模拟器无法打开。当我尝试 运行 它时,事件日志中显示了几个错误。
错误
7:41 PM Emulator: Incompatible HAX module version 3, requires minimum version 4
7:41 PM Emulator: No accelerator found.
7:41 PM Emulator: failed to initialize HAX: Invalid argument
7:41 PM Emulator: Process finished with exit code 0
图片
There were several errors in the Event Log as shown in the image.
Download 4 的最低版本 (当前,它是 3)或转到:
SDK manager
> Extras
> Intel x86 emulator accelerator (HAXM installer)
并更新到最新版本。
发生这种情况是因为它需要最低版本 4,但您已经安装了版本 3,因此更新将解决问题。