Jyotman Singh
Jyotman Singh

Reputation: 11330

Error launching Emulator AVD Android Studio

I get this warning when I launch the emulator.

emulator: WARNING: Host CPU is missing the following feature(s) required for x86 emulation: SSSE3
Hardware-accelerated emulation may not work properly!

What happens is that the emulator pops up but the screen of the phone stays black. I've waited for half an hour but it just stays black.

I have enabled virtualisation from the bios. I'm on Ubuntu 14.04 and my CPU processor is AMD.

Upvotes: 10

Views: 7751

Answers (1)

Probably your CPU doesn't support SSE3 (or you don't have haxm installed), therefore the emulator won't work in x86 mode. Try to use Genymotion or use an ARM emulator.

Upvotes: 4

Related Questions