How to connect android emulator to the internet

前端 未结 30 1931
独厮守ぢ
独厮守ぢ 2020-11-22 04:38

How can I connect my Android emulator to the internet, e.g. to use the browser? I\'ve found lots of advice on what do to when your connected through a proxy, but that\'s not

30条回答
  •  执笔经年
    2020-11-22 05:13

    In order to use internet via proxy on emulator try these steps it Worked for me:

    Go to settings->Wireless & networks->mobile networks->Access Point Names. Press menu button. an option menu will appear.

    from the option menu select New APN.

    Click on Name. provide name to apn say My APN.

    Click on APN. Enter www.

    Click on Proxy. enter your proxy server IP. you can get it from internet explorers internet options menu.

    click on Port. enter port number in my case it was 8080. you can get it from internet explorers internet options menu.

    Click on User-name. provide user-name in format domain\user-name. generally it is your systems login.

    Click on password. provide your systems password.

    press menu button again. an option menu will appear.

    press save this and try to open your browser. I think it has helped u?

提交回复
热议问题