问题描述
我正在尝试android studio 3.1 canary 5版本当我创建avd nexus 5 api 27时,在macintosh 10.13.2中报告了问题/警告
I am trying android studio 3.1 canary 5 release And when i created an avd of nexus 5 api 27 getting issue/warning reported in macintosh 10.13.2
查看发行后的问题,以安装> = 6.2.1
After looking over to issue as mentioned to install HAXM of >=6.2.1
7:21 PM Emulator: WARNING: HAXM 6.1.2 is installed. Please install HAXM >= 6.2.1 to fix compatibility issues on Mac.
在Intel网站上尝试过,但在6.2.1之上找不到更新的版本
Tried below intel site but couldn't find updated version above 6.2.1
https://software.intel.com/en-us/articles/intel-hardware-accelerated-execution-manager-intel-haxm
需要相同的帮助才能找到Mac的更新版本.
Help is required on same to find updated version for mac.
推荐答案
我遇到了同样的问题.每次运行模拟器时,我都会收到相同的消息:模拟器:警告:已安装HAXM 6.1.2.请安装HAXM> = 6.2.1
I had the same problem. Every time I ran the emulator I got the same message:Emulator: WARNING: HAXM 6.1.2 is installed. Please install HAXM >= 6.2.1
仿真器非常慢且无响应.但是Android Studio 3.0表示我已经安装了HAXM 6.2.1.不存在高于6.2.1的HAXM版本,因此我想这是AS的问题.我可以通过简单地卸载HAXM并将其重新安装在以下路径来解决此问题:
Emulator was very slow and unresponsive. But Android Studio 3.0 indicated that I'd had the HAXM 6.2.1 installed. HAXM version above 6.2.1 is nonexistent, so I guess it's AS issue. I was able to fix the problem by simply uninstalling the HAXM and installing it again at the path:
Android Studio(3.0)=>工具=> Android => SDK管理器=> SDK工具=>英特尔x86仿真器加速器(HAXM安装程序)
只需取消选中该复选框,然后点击应用,AS就会卸载HAXM.然后单击同一框,AS再次安装它.模拟器现在运行平稳,错误消息消失了.
Just unchecked that box, hit Apply and AS uninstalled the HAXM. Then clicked the same box and AS installed it again. Emulator is now running smooth and error message disappeared.
这篇关于HAXM的Android Studio问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!