Android emulator stability issues with driver version, emulator became Laggy

My Android emulator has gotten leggy with this dialog showing every time I open the emulator, where can I find an update? What should I do?

A warning indicating a problem with the graphics driver. Screenshot

+3


source to share


1 answer


I checked the Intel driver utility update first, but the drivers are already up to date.

Then I just saw that HAXM does not render with GPU enabled device when I run the emulator from Android Studio. So, I just got the following methods:



  • Open the SDK Emulator folder (for example, C: \ Users \ username \ AppData \ Local \ Android \ Sdk \ emulator)
  • Open a command prompt window here
  • Enter: emulator -list-avds

    (to see a list of available emulators)
  • Type: emulator -avd avd_name -gpu host

    (for gpu hardware with forced selection)

You will see the warning again, but just ignore it. The emulator will stop slowing down.

+3


source







All Articles