AVD screen recording doesn't work correctly

Viewed 927

I wanted to ask question here so I recorded the screen of AVD. But this is the result I get. Is there a solution to this problem? If not, how can I record AVD screen?enter image description here

P.S. AVD works without problem when I record screen, but recording is like this.

2 Answers

It looks like a graphics glitch, here's a few things you could try (one at a time):

  • restart the AVD (cold boot)
  • go into the settings in your AVD and setting the Emulated performance: Graphics to Software instead of Hardware (or vice versa)
  • wipe the AVD's data, or delete it and create a new one
  • use a different system image (my API 23 one has graphics issues)
  • update your video drivers (if you're using Hardware graphics)

otherwise you might want to use some video capture software to record the emulator window instead. Personally I've used the Windows 10 Game Bar to record video and it works fine, plus it captures sound! Here's how to do that if it's something you want to try

It seems the cable provides too little bandwidth; just record the emulator instead.

Related