0

I can not open my emulator in android studio that i have created. i install lollipop platform in SDK and create same api level emulator. see the error log in bellow image. i have set 512 ram for virtual device.

error log

error log details

Zheyuan Li
  • 71,365
  • 17
  • 180
  • 248
  • 4
    Welcome to SO! Generally, we try to put the entire text into the submission so that the question stands on its own, even if that external site goes down. If you copy/paste your log as text then place four spaces in front of each line to denote that section as code, you will likely get a better response. – slightlynybbled Jul 18 '18 at 18:39

1 Answers1

1

The Android emulator requires the Windows Hypervisor Platform (WHPX). Ensure WHPX is properly installed and usable.

https://blogs.msdn.microsoft.com/visualstudio/2018/05/08/hyper-v-android-emulator-support/

T-igra
  • 1,292
  • 1
  • 9
  • 11