that's very strange. To help debug this issue, can you do the following?:

1/ kill any existing adb server (i.e. either do "adb kill-server" or kill in
the task manager's process list any program named 'adb.exe')
2/ restart the server with the following in a command-line window:

set ADB_TRACE=all
adb server

this restarts the server which will log many traces to %TEMP%\adb.log

3/ start the emulator, then do "adb devices"
4/ if the emulator is not listed, zip the adb.log and send it to me
directly.

Thanks in advance

On Wed, Mar 18, 2009 at 8:48 PM, Jade <j...@edufone.com> wrote:

>
> After installing the Windows XP driver for G1 from the android android-
> sdk-windows-1.1_r1 sdk, I'm able to run ddms and adb with the G1
> phone. The problem is that even when the phone is unplugged, adb can't
> find the emulator anymore.
>
> I've unplugged the phone and USB cable from my computer. I start the
> emulator and then I issue this command: adb devices and adb doesn't
> see the emulator. If I try to run ddms, it also can't find the
> emulator.
>
> I've also tried issuing: adb kill-server and then restarting the
> emulator and adb logcat but all I get is the "waiting for device"
> error.
>
> Any suggestions would be greatly appreciated!
>
> Jade
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to