简体   繁体   English

主机CPU缺少Android Studio

[英]Host CPU is Missing Android Studio

I installed Android Studio on my computer today and am trying to run my first application but the Simulator isn't loading up. 我今天在计算机上安装了Android Studio,并试图运行我的第一个应用程序,但模拟器未加载。 I tried increasing the ram and that didn't do anything so I moved it back to default. 我尝试增加ram,但没有做任何事情,因此我将其恢复为默认值。 Here is what gets printed out every time I try to run the app. 每次我尝试运行该应用程序时,都会打印出以下内容。

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

Are you using an older CPU? 您使用的是旧版CPU吗? Like what @statosdotcom said, download a 32 bit image (x86) instead of x86_64. 就像@statosdotcom所说的那样,下载32位映像(x86)而不是x86_64。

在此处输入图片说明

Also be sure to update HAXM if you haven't. 如果还没有,请确保更新HAXM。 You might need to uninstall then reinstall it through the SDK Manager. 您可能需要卸载,然后通过SDK Manager重新安装。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM