问题
How to allow the android emulator to access internet ?
回答1:
You don't need to set any setting to access internet on emulator unless you are behind a proxy, in case you are behind a proxy start your emulator from command prompt with following command: C:/emulator -avd avdname -http-proxy http://your.proxy.ip:8080
来源:https://stackoverflow.com/questions/8818856/how-to-allow-the-emulator-to-access-internet-in-android