Error launching Emulator AVD Android Studio

↘锁芯ラ 提交于 2019-12-10 12:49:38

问题


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.


回答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.



来源:https://stackoverflow.com/questions/33664951/error-launching-emulator-avd-android-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!