PANIC: Missing emulator engine program for #39;arm#39; CPUS(恐慌:缺少“armCPUS 的仿真器引擎程序)
问题描述
我遇到了与下面链接中提到的相同的问题.但是这个问题已被搁置,我仍在寻求解决方案.https://stackoverflow.com/questions/27146511/panic-缺少-emulator-engine-program-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 管理器更新和安装了组件,我什至还尝试重新启动 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.
我做了什么作为临时解决方案:从隔离区恢复 emulator-arm,将其添加到 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
这篇关于恐慌:缺少“arm"CPUS 的仿真器引擎程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:恐慌:缺少“arm"CPUS 的仿真器引擎程序
基础教程推荐
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
