我正在尝试使用emulator.exe
作为Charles Proxy的android仿真器。但是我有问题,当我启动
emulator @5.1_WVGA_API_28
我收到此错误:
但是我可以从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/