Reputation: 2394
How to allow the android emulator to access internet ?
Upvotes: 2
Views: 1558
Reputation: 29199
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
Upvotes: 2