【问题标题】:Why I am Getting Error "panic: missing emulator engine program for 'x86' cpu."为什么我收到错误“恐慌:缺少 'x86' cpu 的仿真器引擎程序。”
【发布时间】:2019-04-27 09:01:26
【问题描述】:

当我运行命令 ionic cordova run android 它不工作时,出现一个名为“panic: missing emulator engine program for 'x86' cpu.”的错误。

我在 Mac 上工作。我有一个解决方案吗

【问题讨论】:

    标签: android ionic-framework ionic3


    【解决方案1】:

    您需要将 CPU ABI x86 更改为 x86_64 才能从命令行运行。 x86不支持模拟器引擎程序。

    https://developer.android.com/ndk/guides/abis

    see the ABI in the screen shot

    【讨论】:

      猜你喜欢
      • 2015-01-24
      • 2019-08-07
      • 2019-01-07
      • 2019-03-07
      • 2019-01-11
      • 2023-03-16
      • 2020-05-07
      • 2022-07-15
      相关资源
      最近更新 更多