I am new to the android development . I have tried to connect internet with Android emulator, but i am not able to connect. I have tried following command in cmp.
emulator -avd my_id -http-proxy http://xxx.xxx.x.x:8080
emulator -avd my_id -dns-server xxx.xxx.xxx.xx -http-proxy http://xxx.xxx.x.x:8080
And also I have set proxy settings in the emulator (settings -> Wireless & Networks ->Mobile Networks -> Access Point Names). Also , I set proxy settings in eclipse (Windows-> Preferences-> Android-> Launch-> Default Emulator Options).still i am able to get the internet access to the emulator. Please any one give the suggestion. Thanks in advance.