4

I was using normally my Android Studio when suddenly it stopped working. the Emulator doesn't work anymore and I don't know what to do. the device show 03 different messages which are:

Emulator: handleCpuAcceleration: feature check for hvf Emulator: added library vulkan-1.dll waiting for target device to come online ( while it is running the screen stay black and doesn't work)

enter image description here

My information:

  • PC Windows 10

  • Pixel API 28

Taslim Oseni
  • 6,086
  • 10
  • 44
  • 69
Eduardo Alves
  • 41
  • 1
  • 1
  • 2

2 Answers2

3

Similar thing happened to me. I followed this therd here

I simply had to change the config.ini file for the particular emulator I created which is found under C:/Users/<userName>/.android/avd/<avdName>/config.ini and I changed hw.gpu.mode=auto to hw.gpu.mode=off and got the emulator to start working.

There may be some perfomance issue, but haven't looked into it in depth.

newbieCoder
  • 191
  • 2
  • 7
0

Enabling Hyper-V acceleration in this > https://learn.microsoft.com/en-us/xamarin/android/get-started/installation/android-emulator/hardware-acceleration?pivots=windows
worked for me

M.Mouss
  • 13
  • 1