Today, all of a sudden, AVD Manager won't start, giving the
FATAL:.//android/base/sockets/SocketWaiter.cpp:88:Check failed: isValidFd(fd). fd 1132 max1024
error. The issue seems to have something to do with the network:
So, the solution is to run the emulator with parameter "-http-proxy none" or specify a real proxy.
2 comments:
Did you ever find a solution for this? I am specifying a valid proxy server, but I still get this message. Any other ideas?
Seems like Google busted this in the recent update to their emulator tools.
Well, the answer is both yes and no. :)
Yes, I got the virtual device up and running so I can run and debug apps.
No, there is no network. Simply because the setting says so.
Even when I use the correct proxy settings, just like in your case, the emulator won't run. I thought our network admins blocked the traffic by header or something like that but, after your post, I'm beginning to doubt it.
Post a Comment