[android-beginners] Re: Reconnect adb while emulator is running

2009-03-27 Thread sync qa2
test On Wed, Mar 25, 2009 at 10:56 AM, David Turner wrote: > Strange, which build are you using exactly ? > For the record, adb won't be able to connect to the emulator if the > emulated ethernet interface is down. > > On Tue, Mar 24, 2009 at 8:59 PM, frank wrote: > >> >> Is there a way to reco

[android-beginners] Re: Reconnect adb while emulator is running

2009-03-26 Thread frank
Yes thank you. killing and restarting server worked. On Mar 26, 10:23 am, e2865c wrote: > Hi Frank, > > Did you ever have a successful connection? > > You can try to kill the adb server then restart it > . > > You should be able to reconnect to the emulator. --~--~-~--~~---

[android-beginners] Re: Reconnect adb while emulator is running

2009-03-26 Thread e2865c
Hi Frank, Did you ever have a successful connection? You can try to kill the adb server then restart it . You should be able to reconnect to the emulator. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android

[android-beginners] Re: Reconnect adb while emulator is running

2009-03-26 Thread e2865c
To reset adb server session, execute [adb kill-server], then [adb start-server]. This should do the trick. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email

[android-beginners] Re: Reconnect adb while emulator is running

2009-03-25 Thread David Turner
Strange, which build are you using exactly ? For the record, adb won't be able to connect to the emulator if the emulated ethernet interface is down. On Tue, Mar 24, 2009 at 8:59 PM, frank wrote: > > Is there a way to reconnect the adb after an emulator has started. I > am currently receiving t