1

when I launch emulator I am getting error as

Emulator: PANIC: Missing emulator engine program for 'arm' CPU.

Emulator: Process finished with exit code 1

Win 10 , Android Studio3.1.4 , AVD Nexus 4 Api21

2 Answers2

0

It's usually because of avast Antivirus. Check avast quarantine file

restored emulator-arm from quarantine, added it to avast exception, paused Avast, run AVD, then resumed Avast

Credits : PANIC: Missing emulator engine program for 'arm' CPUS

Eldhopj
  • 2,703
  • 3
  • 20
  • 39
0

solution for me was to replace emulator command with $ANDROID_HOME/emulator/emulator. this is for Mac, but for windows you need to adapt.