Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
641 views
in Technique[技术] by (71.8m points)

android - Windows emulator.exe PANIC: Missing emulator engine program for 'x86' CPU

I'm trying to use emulator.exe as android emulator for Charles Proxy. But I have problem, when I launch

emulator @5.1_WVGA_API_28 

I get this error:

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

But I can run the emulator from android studio and it's working fine! I have an intel processor.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

If you want to run emulator from command line,

<your-full-path>/emulator -avd 5.1_WVGA_API_28 

For newer version of Android SDK, the emulator path should be something as below:

/<xxx>/Android/sdk/emulator/emulator

For older version of Android SDK, the emulator path is as below:

/<xxx>/Android/sdk/tools/emulator

Try either one of above to see which is your case.

Here is the official document for Android emulator command line usage: https://developer.android.com/studio/run/emulator-commandline


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...