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

标签 android android-studio android-emulator

我正在尝试使用 emulator.exe 作为 Charles Proxy 的安卓模拟器。但是我有问题,当我启动时

emulator @5.1_WVGA_API_28 

我收到这个错误:

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

但我可以从 android studio 运行模拟器,它工作正常!我有一个英特尔处理器。

最佳答案

如果你想从命令行运行模拟器,

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

对于较新版本的 Android SDK,模拟器路径应如下所示:

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

对于旧版本的Android SDK,模拟器路径如下:

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

请尝试以上任一项,看看您的情况是哪一种。

Android模拟器命令行使用官方文档如下:https://developer.android.com/studio/run/emulator-commandline

关于android - Windows emulator.exe panic : Missing emulator engine program for 'x86' CPU,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51606128/

相关文章:

android - 运行模拟器时出现安装错误: INSTALL_FAILED_INSUFFICIENT_STORAGE?

android - 创建 Android 虚拟设备时没有 ABI 错误

android - Geofire 查询多个引用

java - Android - 透明模拟器错误

android - 如何使用工具 :overrideLibrary with multiple libraries

android - 当x的值是连续的时,如何使用when(x){}?

android - 新手 : How to change tab font size?

android - android中服务和广播接收器之间的区别

java - 特定的 webview 不会在 Android 的布局中加载

android - Qt 上的 startActivity,没有任何显示