问题描述
我遇到了与下面链接中提到的相同的问题.但是这个问题已被搁置,我仍在寻找解决方案.https://stackoverflow.com/questions/27146511/panic-缺少模拟器-引擎程序-for-arm-cpus-eclipse
I am getting the same issue as mentioned in below link.But this one has been put on hold and I am still seeking for a solution.https://stackoverflow.com/questions/27146511/panic-missing-emulator-engine-program-for-arm-cpus-eclipse
所以我想提出问题并在这里提问.直到昨天,模拟器都运行良好.但是从今天开始,我在尝试打开模拟器时收到以下错误
So I would like to frame the question and ask here. Until yesterday, emulator were working fine. But since today I am receiving the following error while I am trying to open emulator
PANIC: Missing emulator engine program for 'arm' CPUS
我的AVD:
这是我收到的错误:
我已经通过 SDK Manager 更新和安装了组件,我什至还尝试重新启动 eclipse 和我的电脑.我尝试创建新的 AVD,但没有任何效果.
I have updated and installed components through SDK Manager and I even tried to restart eclipse and my pc as well.I tried creating new AVD But nothing worked here.
提前致谢.
推荐答案
它与 Avast Antivirus 有关,在其隔离区中发现了一堆 emulator-arm 文件.问题开始于几个小时前.
It is related to Avast Antivirus, has found bunch of emulator-arm files in its quarantine. Problem started couple of hours ago.
我做的临时解决方案:从隔离区恢复模拟器臂,将其添加到avast异常,暂停Avast,运行AVD,然后恢复Avast
What I did as temporary solution: restored emulator-arm from quarantine, added it to avast exception, paused Avast, run AVD, then resumed Avast
这篇关于PANIC:缺少“arm"CPUS 的模拟器引擎程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!