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

前端 未结 7 863
慢半拍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:00

    All solutions above was unable to fix my case. For me proxy settings was required, so disabling a proxy parameter does not fit to me. The only solution that helps me is to disable "Use Host GPU" option in the emulator options. Adding "-no-audio" parameter is also required.

    And it works! Slowly, but works.

提交回复
热议问题