Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 871
Jyotman Singh Avatar asked Nov 12 '15 05:11

Jyotman Singh


People also ask

How do I increase RAM on my emulator?

Go to Tools->Android->AVD Manager , there's something like pencil to edit your AVD click on that, then in the pop-up window click Show Advanced Settings and there you can change the RAM size.

Can I run AVD without HAXM?

You can use an emulator with the ARM image instead of HAXM provided that you installed it in the SDK manager. Check your SDK manager to see if you have an ARM image instead for the API level you want, then go to the AVD manager and make a virtual device using ARM as the cpu. thank your for answer.


1 Answers

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.

like image 197
Szörényi Ádám Avatar answered Oct 13 '22 03:10

Szörényi Ádám