How to connect android emulator to the internet

前端 未结 30 1913
独厮守ぢ
独厮守ぢ 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:12

    I also experienced the same problem. The simplest solution I found out is:

    • Go to your Android\Sdk\emulator folder and open command prompt.
    • Type emulator -list-avds to see available emulator names.
    • Type emulator -avd name-of-your-device -netdelay none -netspeed full -dns-server 8.8.8.8 command and press enter.

提交回复
热议问题