Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AVD screen recording doesn't work correctly

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.

like image 689
Tugay Avatar asked Aug 31 '25 05:08

Tugay


1 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

like image 167
cactustictacs Avatar answered Sep 02 '25 18:09

cactustictacs