android 工作室安装后出错?

Error after android studio Installation?

我在安装 android studio 时遇到了这个问题?虽然程序运行OK!但是HAXM有什么用,如果我没有启用INTEL VT -x呢?

But what is the use of HAXM

它允许使用 Android x86 模拟器映像,运行 比 ARM 模拟器映像快得多。

what if I did not enable INTEL VT -x ?

您将无法安装或使用 HAXM。因此,您将只能使用 ARM 模拟器图像、实际 Android 设备和可能的第三方模拟器(例如 Genymotion)进行开发。

您不必使用 Android Studio 自带的 AVD,您可以尝试第三方 AVD,例如 Genymotion or Bluestack。 Genymotion是我比较喜欢的。

您可以通过尝试一些命令来检查它是否已经启用。

开始 bcdedit /set hypervisorlaunchtype off
必须为虚拟机管理程序启用 VT-x 才能达到 运行,并且必须关闭虚拟机管理程序才能使 HAXM 达到 运行 因此通过尝试将其关闭,您可以同时做两件事。
您也可以尝试安装 HAXM,它会告诉您是否已禁用。 您还可以在 https://ark.intel.com or getting the Intel CPU ID utility at http://www.intel.com/content/www/us/en/support/processors/processor-utilities-and-programs/intel-processor-identification-utility.html

中查看您的 CPU 能力