try this -> 1. open command prompt and go to the directory where your "emulator.exe" is present e.g. "C:\android\android-sdk-windows\tools" 2. run the following command "emulator -avd <your avd name> -http- proxy <your proxy>:<your port> -debug-proxy" 3. the above will launch your emulator. open the browser and check if a url is working
hope it helps :) cheers saurabh. On Jul 6, 2:23 pm, Raghav Sood <[email protected]> wrote: > The emulator will work fine if you connect via ethernet. The emulator will > use it as a wifi connection. > > On Wed, Jul 6, 2011 at 2:25 PM, Navindian <[email protected]> wrote: > > I heard that Emulator needs wifi only to connect to internet. I dont have > > wifi but with the network connection through cable or usb it wont work? > > > What to do if I dont have wifi and wish to connect to localhost restful > > service. > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > Raghav > Soodhttp://www.raghavsood.com/http://www.androidappcheck.com/http://www.telstop.tel/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

