Android emulator with proxy settings - Error FATAL:.//android/base/sockets/ Check failed: isValidFd(fd). fd 1404 max1024

前端 未结 7 845
慢半拍i
慢半拍i 2021-01-30 14:24

need to run emulator with proxy settings , I am using the following command in command prompt to start emulator

emulator -avd AVD_for_3_7_WVGA_Nexus_One -http-p         


        
相关标签:
7条回答
  • 2021-01-30 15:03

    It still doesn't work. Please star this bug report so we can get it fixed - I already suggested to modify FD_SETSIZE from winsock.h to higer value e.g. 2048 as it doesn't change windows socket implementation as per microsoft's documentation:

    // Default FD_SETSIZE is 64 which is not enough for us.
    #  define FD_SETSIZE 1024
    

    https://code.google.com/p/android/issues/detail?id=102361

    0 讨论(0)
提交回复
热议问题