Proxy which requires authentication with Android Emulator

前端 未结 16 1414
北海茫月
北海茫月 2020-11-30 03:07

Has anybody managed to get the Android Emulator working behind a proxy which requires authentication?

I\'ve tried setting the -http-proxy argument to



        
16条回答
  •  一整个雨季
    2020-11-30 03:38

    1. Start command prompt.

    2. Go the folder where your emulator is located. In general, it will be in the tools folder of the Android SDK.

    3. Then use the following command:

      emulator -avd  -http-proxy :
      

      By using this, we will be able to access the internet using the browser.

提交回复
热议问题