我的模拟器出现此错误
Emulator: emulator: ERROR: x86 emulation currently requires hardware acceleration!
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.
Emulator: Process finished with exit code 1
我首先尝试了一些方法来解决它在较低的API中不起作用。我在API 15上尝试过。 其次,正确安装HAXM 我检查了
答案 0 :(得分:0)
尝试将此行添加到Android清单
<application android:hardwareAccelerated="true">
<activity ... />
</application>
您可以阅读以下内容:https://developer.android.com/guide/topics/graphics/hardware-accel