Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PANIC: Missing emulator engine program for 'x86' CPU. ON UBUNTU

I cant start my emulators. I tried to start it from AVD manager but got this error.

Then I tried to launch it from Terminal but now I get this.

like image 875
N.JB Avatar asked Sep 05 '25 03:09

N.JB


1 Answers

Just had the same problem. It turns out that now the good path emulator is in .../android_sdk/emulator, not in .../android_sdk/tools. In your case you need to run it like:

cd ~/Android/Sdk/emulator
./emulator -avd <name of your avd>
like image 65
Mr. Goferito Avatar answered Sep 07 '25 21:09

Mr. Goferito