主机CPU缺少Android Studio

时间:2016-12-23 23:03:57

标签: android android-studio

我今天在我的计算机上安装了Android Studio,并且正在尝试运行我的第一个应用程序,但模拟器没有加载。我尝试增加ram并且没有做任何事情所以我把它移回默认值。以下是我每次尝试运行应用程序时打印出来的内容。

emulator: WARNING: Host CPU is missing the following feature(s) required for x86_64 emulation: SSE4.2 POPCNT
Hardware-accelerated emulation may not work properly!
Warning: requested ram_size 1536M too big, reduced to 1024M
Hax is enabled
Hax ram_size 0x40000000
HAX is working and emulator runs in fast virt mode.
emulator: Listening for console connections on port: 5554
emulator: Serial number of this emulator (for ADB): emulator-5554
VCPU shutdown request

1 个答案:

答案 0 :(得分:3)

您使用的是较旧的CPU吗?就像@statosdotcom所说的那样,下载一个32位图像(x86)而不是x86_64。

enter image description here

如果您还没有更新,请务必更新HAXM。您可能需要卸载然后通过SDK Manager重新安装它。