Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio keeps asking to turn off Hyper-V in an infinite loop

I am running Windows 10 and just now installed Android Studio. Android Studio keeps asking to turn off Hyper-V in an infinite loop, for a very basic empty application. I don't even have Hyper-V installed.

How do I proceed? Screenshot of Windows programs installed & Android Studio error

[1]

like image 630
user3210796 Avatar asked Feb 21 '17 05:02

user3210796


People also ask

Which system image is best for Android studio?

x86 images run the fastest in the emulator. If you see Download next to the system image, you need to click it to download the system image.


1 Answers

I was facing this issue too and it was because of VBS (virtualization based security) features in Windows. If Device Guard or Credential Guard are enabled on your machine, that machine is using Hyper-V's hypervisor. You can check it using System Information (msinfo32.exe).

enter image description here

Generally this is enabled via Group Policy. You will need to work with organization to opt out of those policies.

like image 153
Deep Avatar answered Oct 16 '22 04:10

Deep