【问题标题】:Error launching Emulator AVD Android Studio启动 Emulator AVD Android Studio 时出错
【发布时间】:2015-11-12 05:23:27
【问题描述】:

我在启动模拟器时收到此警告。

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

会发生什么情况是模拟器弹出但手机屏幕保持黑色。我已经等了半个小时,但它仍然是黑色的。

我已从 bios 启用虚拟化。我在 Ubuntu 14.04 上,我的 CPU 处理器是 AMD。

【问题讨论】:

标签: android android-studio avd


【解决方案1】:

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

【讨论】:

  • 令人讨厌的是,使用 ARM 模拟器可能是最好的选择 - HAXM 给我带来的只是问题(Core 2 Quad)。
  • HAXM 在我的新模拟器上运行良好。然而 genymotion 仍然是一种选择:)
最近更新 更多