Thiru
Thiru

Reputation: 2394

How to allow the emulator to access internet in android?

How to allow the android emulator to access internet ?

Upvotes: 2

Views: 1558

Answers (1)

jeet
jeet

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

Related Questions