启动Emulator AVD Android Studio时出错

Jyo*_*ngh 10 android android-virtual-device android-studio

启动模拟器时,我收到此警告.

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

发生的情况是模拟器弹出,但手机的屏幕保持黑色.我等了半个小时,但它只是保持黑色.

我已经从BIOS中启用了虚拟化.我在Ubuntu 14.04上,我的CPU处理器是AMD.

Szö*_*dám 4

可能您的 CPU 不支持 SSE3(或者您没有安装 haxm),因此模拟器无法在 x86 模式下工作。尝试使用 Genymotion 或使用 ARM 模拟器。