How to connect android emulator to the internet

前端 未结 30 1934
独厮守ぢ
独厮守ぢ 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 04:59

    My platform: Mac OS 10.6.4 Eclipse: 3.6

    I had a similar problem where my map app background was grey (no tiles) and the browser was unable to connect to the internet.

    Within Eclipse I went to Run Configurations -> Target and added "-dns-server X.X.X.X" and everything worked fine afterwards. (obviously X.X.X.X was the IP address for my DNS server).

提交回复
热议问题