Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Emulator Error

When I try to run an app, the emulator never gets past the Android logo. After a few minutes or so, this message would appear - emulator: ERROR: _factory_client_recv: Unknown camera factory query name in 'list0@���'.

There was another post about this on stack overflow and someone suggested: "set front camera to emulated and back camera to none". I tried that and the same error is still there. (This may or may not be related to the problem, but I've already tried increasing RAM and heap size.)

Does anyone know what this error means or have suggestions as to how to fix this?

Here is a link to an image showing the issue I'm talking about: emulator: ERROR: _factory_client_recv: Unknown camera factory query name in 'list0@���'

like image 556
anonymous1111 Avatar asked Jul 06 '26 16:07

anonymous1111


1 Answers

Had the same problem with same messages . I resolved it by wiping the data off the emulator through Android Virtual Device Manger. Other settings - I had the Emulator GPU ticked and Front & Back Camera set as none. AVDM option to Wipe Emulator Data

like image 151
Manoj P Avatar answered Jul 09 '26 12:07

Manoj P