在Android Studio的使用过程中,发现没有办法创建或运行虚拟机。在此记录一波三折的解决过程。
最终解决方法:使用Genymotion模拟器插件代替原有虚拟器。
1.Error: Your CPU does not support required features (VT-x or SVM).
使用Android Studio自带模拟器进行创建时,出现bug见下图。
查到前辈rznice的博客:
http://blog.csdn.net/rznice/article/details/40210213
根据步骤安装 intelhaxm.exe,再次报错见点二。
2.Error:This computer does not support VT-x.
安装intelhaxm.exe时,出现下图所示。
一度怀疑自己没有在BIOS中打开Virtualization Technology,多次确认打开后,重新安装intelhaxm.exe,依旧没有任何用处。
找到其他人的回答: