Android emulator started to slow down

enter image description here

For no reason, my emulator started to slow down. Each action takes place with a delay. And when the emulator starts up, this message is displayed.

Some users have faced emulator stability issues with this driver version. As a result, we choose rendering compatibility. please check with your manafacturer if there is an updated driver available.

I tried to change my graphics card driver and create a new emulator, it doesn't help.

+3


source to share


2 answers


Solution for me:



  • 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 {name_of_emulator} -gpu host

    (for gpu hardware with forced selection)
  • You will see the warning again, but just ignore it.
  • The emulator will stop slowing down
+5


source


For my solution, I did



  • In your emulator click more
  • Select setting
  • tab
  • change the rendering of OpenGL ES to "Desktop Native OpenGL
0


source







All Articles