How to allow the emulator to access internet in an

2019-07-11 18:33发布

问题:

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