大家好,又见面了,我是你们的朋友全栈君。
andriod studio 刚装完,都会忍不住跑一个hello world~但是AVD Manager里的虚拟设备会提示错误:haxm device is not found.
android studio–>Tools–>AVD Manager–>+ Create Virtual Device…–>Virtual Device Configuration–>Phone–>随便点一个–>Next。出现这个问题:
Enable VT-x in your BIOS security settings, ensure that HAXM is installed properly. Try disabling 3rd party security software if the problem still occurs.
————————————————
解决方法如下:
(1)卸载:Intel@ Hardware Accelerated Execution Manager。
控制面板–>程序和功能–>找到Intel@ Hardware Accelerated Execution Manager。
(2)下载安装:haxm-windows_v7_5_1.zip。
https://github.com/intel/haxm/releases/tag/v7.5.1。
(3)进入android studio–>AVD Manager–>启动虚拟设备–>OK。
————————————————
参考博文:
https://blog.csdn.net/qq_35582562/article/details/103186710
https://blog.csdn.net/ghomeway/article/details/110849815
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/153958.html原文链接:https://javaforall.net