PANIC:缺少“ x86” CPU的仿真器引擎程序。窗户10

时间:2019-03-17 07:40:36

标签: android cordova android-studio android-emulator android-sdk-tools

我有这个cordova应用并尝试运行

cordova platform add android
cordova emualate android

但是它从控制台给了我以下错误

enter image description here

当我从android studio检查时,一切似乎都已安装

enter image description here

以下是我的android studio信息

enter image description here

还有我的环境变量

enter image description here

然后我可以从文件夹位置确认我放置的路径是否存在,有什么帮助,想法吗?

4 个答案:

答案 0 :(得分:1)

检查以下答案:PANIC: Missing emulator engine program for 'x86' CPU.Mac and "PANIC: Missing emulator engine program for 'arm' CPU."

对于较新版本的Android SDK,仿真器路径应为/<xxx>/Android/sdk/emulator/emulator,使该路径成为我们的环境变量中要搜索的第一个路径。

即将此路径添加到您的环境变量PATH 之前 /<xxx>/Android/sdk/tools/emulator

或者尝试从您的/<xxx>/Android/sdk/tools/emulator变量中删除PATH

答案 1 :(得分:0)

在Windows 10上将x86_64系统映像用于模拟器:

Open "x86 Images" tab and download some of x86_64

答案 2 :(得分:0)

如果您使用的是Mac,请确保将其放在终端机中:

./emulator -avd "Pixel_3_API_28"

仿真器程序位于〜[user] / Library / Android / sdk / emulator目录中。

答案 3 :(得分:0)

只需在模拟器上安装x86_64版本。 android