Reputation: 23
My emulator device flickers when I record the screen. I have tried recording in Android Studio with different emulated devices and programs, but all my records flicker heavily.
I know this issue can be solved by doing. this
Here someone has answered this but this makes the android emulator performance much slower. Please, someone, tell me to resolve this issue without making the emulator performance slow
Upvotes: 1
Views: 1387
Reputation: 509
I was getting screen flickering in the camera mode of the camera app when using the medium phone api 35 Android Virtual Devices that android studio creates the first time it's started. The Pixel Fold API VanillaIceCream and the Pixel 8 Pro API 35 AVDs I created didn't have this problem. I think that if I enable android studio to use my discrete graphics card which should allow me to change emulated performace to hardware, then the screen flicking during camera mode for the medium phone api should disappear.
Upvotes: 0