PANIC: Missing emulator engine program for 'x86' CPU. windows 10

32,111

Solution 1

Check this answer: PANIC: Missing emulator engine program for 'x86' CPU. and Mac and "PANIC: Missing emulator engine program for 'arm' CPU."

For newer version of Android SDK, the emulator path should be /<xxx>/Android/sdk/emulator/emulator, make this path is the first path to be searched in our environment variable.

i.e. add this path to your environment variable PATH BEFORE /<xxx>/Android/sdk/tools/emulator

Or try to remove /<xxx>/Android/sdk/tools/emulator from your PATH variable.

Solution 2

Use x86_64 system images for emulator on Windows 10:

Open "x86 Images" tab and download some of x86_64

Solution 3

If you are using a mac make sure to put this in terminal:

./emulator -avd "Pixel_3_API_28"

Emulator program is in ~[user]/Library/Android/sdk/emulator directory.

Share:
32,111
Juliver Galleto
Author by

Juliver Galleto

Will I am just a just a just a just simple man who loves to code around. :D

Updated on July 09, 2022

Comments

  • Juliver Galleto
    Juliver Galleto almost 2 years

    I have this cordova app and tried to run

    cordova platform add android
    cordova emualate android
    

    but it give me below error from the console

    enter image description here

    and when I check from the android studio, everything seems installed

    enter image description here

    below is my android studio info

    enter image description here

    and I my environment variables

    enter image description here

    and I can confirm from the folder location that those path I put existed, any help, ideas please?