External start AS simulator

first step

Avoid encounter the following issues

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

Cd to us directly under their own Android sdk path

cd ${ANDROID_HOME}/emulator

example:

cd C:\Android\sdk\emulator

The second step

Get your own name and some simulator

emulator -list-avds

My name is as follows simulator Nexus_5X_API_28
Get to name

third step

Start the emulator

emulator  Nexus_5X_API_28

Start the course

Startup Problems

other

Reference:
Android emulator command line to start

Problem Solving:
Android Emulator Error the Message: "PANIC: Missing Emulator Engine Program for 'x86' CPUS."

Published 141 original articles · won praise 40 · views 170 000 +

Guess you like

Origin blog.csdn.net/qq_20330595/article/details/90294751