I have an odd issue with my Android emulator. Trying to start the emulator from the Command Line results in
me@machine$ /path/to/android/sdk/tools/emulator @Emu_Name
PANIC: Missing emulator engine program for 'x86' CPU.
However, when I start the emulator from Android Studio, it works. Also, I can start other Android emulators from the command line, it's just this one specific AVD that is broken.
Any ideas?