Reputation: 808
For no reason my emulator began to slow down. Each action occurs with a delay. And when the emulator starts, this message is displayed.
Some users have experienced emulator stability issues with this driver version. As a result, we're selecting a compatibility renderer. Please check with your manafacturer to see if there is an updated driver available.
I tried to change the driver of the video card and create a new emulator, this does not help.
Upvotes: 3
Views: 2091
Reputation: 368
For my solution I did
Upvotes: 2
Reputation: 808
The solution for me:
emulator -list-avds
(to see a list of available emulators)emulator -avd {name_of_emulator} -gpu host
(for the forced-choice hardware gpu)Upvotes: 5