Android 模拟器在启动时不断崩溃
Android Emulator keeps crashing on bootup
在我安装 Android Studio 并创建项目后,android 模拟器总是在打开时崩溃。
日志内容如下:
19:13 Emulator: Warning: Quick Boot / Snapshots not supported on this machine. A CPU with EPT + UG features is currently needed. We will address this in a future release.
19:13 Emulator: Process finished with exit code 0
而且我不想连接物理设备,只是因为我想在模拟器上使用它。
当我再次运行 AVD时,出现同样的错误。
我真的需要帮助。
注意:我看到 Android 模拟器启动屏幕,之后它自行关闭。
我运行宁Windows10.
有人可以帮我吗?
我已经解决了这个问题。问题是我的 CPU 硬件。 AVD Google API 级别 21+ 在不支持 Extended Page Tables (EPT) and Unrestricted Guest (UG) 的 CPU 上表现不佳 运行,例如 Intel Core 2 Duo。获取更新的 CPU 解决了问题。
在我安装 Android Studio 并创建项目后,android 模拟器总是在打开时崩溃。
日志内容如下:
19:13 Emulator: Warning: Quick Boot / Snapshots not supported on this machine. A CPU with EPT + UG features is currently needed. We will address this in a future release.
19:13 Emulator: Process finished with exit code 0
而且我不想连接物理设备,只是因为我想在模拟器上使用它。
当我再次运行 AVD时,出现同样的错误。 我真的需要帮助。
注意:我看到 Android 模拟器启动屏幕,之后它自行关闭。
我运行宁Windows10.
有人可以帮我吗?
我已经解决了这个问题。问题是我的 CPU 硬件。 AVD Google API 级别 21+ 在不支持 Extended Page Tables (EPT) and Unrestricted Guest (UG) 的 CPU 上表现不佳 运行,例如 Intel Core 2 Duo。获取更新的 CPU 解决了问题。