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

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

    Adding "-http-proxy none" (without quotes) in Run configuration also fixes this issue as shown in image attached. Please note this is one way of fixing this issue. Your app may not be able to connect to internet via proxy later on.

    enter image description here

提交回复
热议问题