Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

fail to start android emulator after update sdk to 23.0.5

I cannot start my emulator after update sdk to 23.0.5 with following errors on windows. Can anyone help? thank you

WARNING : No started emulators found, starting an emulator. Waiting for emulator... emulator: device fd:61HAX is working and emulator runs in fast virt mode emulator: warning: opening audio input failed

creating window 28 27 320 480

FATAL:.//android/base/sockets/SocketWaiter.cpp:89:Check failed: isValidFd(fd). fd 1044 max1024 Error accepting connection, aborting

like image 222
gnokit Avatar asked Oct 16 '14 03:10

gnokit


Video Answer


2 Answers

Start it from the command line:

emulator -avd <device_name> -no-audio
like image 63
Mohanad Haddadin Avatar answered Oct 12 '22 23:10

Mohanad Haddadin


Same here, it seems to be related to http proxy (on command line -http-proxy, or as environment variable http_proxy), if I don't use http proxy it works.

like image 25
J Rao Avatar answered Oct 12 '22 22:10

J Rao