I am trying to activate internet on android emulator. I have tried all different methods but still not find way..... My office PC which I use has proxy setting which are as follow :
IP : 10.1.2.23
Password : admin123
I tried running my emulator using command line option as follow :
Attempt : 1
emulator.exe -avd MyAVD -no-audio -http-proxy http://puser1:admin123@10.1.2.23:8080
Attempt : 2 (Below DNS are configured in my PC)
emulator.exe -avd MyAVD -no-audio -http-proxy http://puser1:admin123@10.1.2.23:8080 -dns-server 10.1.14.25,10.1.14.26
Attempt : 3
I tried to resolved by follwing reference but not able to solve it.
http://www.gitshah.com/2011/02/android-fixing-no-internet-connection.html
No internet on Android emulator - why and how to fix?