cuber
cuber

Reputation: 371

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. I tried increasing the ram and that didn't do anything so I moved it back to default. 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

Upvotes: 1

Views: 7385

Answers (1)

Noel Bautista
Noel Bautista

Reputation: 175

Are you using an older CPU? Like what @statosdotcom said, download a 32 bit image (x86) instead of x86_64.

enter image description here

Also be sure to update HAXM if you haven't. You might need to uninstall then reinstall it through the SDK Manager.

Upvotes: 3

Related Questions