10

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]

Charuක
  • 12,953
  • 5
  • 50
  • 88
user3210796
  • 156
  • 1
  • 10

2 Answers2

2

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.

Deep
  • 5,772
  • 2
  • 26
  • 36
0

if you are running Android Studio on a Windows VMWare machine, Android Studio keeps asking to turn off Hyper-V as you said.to solve this you should enable "virtualize Intel VT-x/EPT or AMD-RVI" on your Windows VMWare machine. turn of Windows VMWare machine.

  1. select your Windows VMWare Machine.
  2. press "Edit Virtual machine setting".
  3. select "processors".
  4. enable "virtualize Intel VT-x/EPT or AMD-RVI". press ok and power on your Windows VMWare machine.

steps:

PedPak
  • 157
  • 1
  • 3