Hi,

the USB driver for windows is available at:
http://dl.google.com/android/android_usb_windows.zip

We'll be posting more information tomorrow, but it's pretty straight forward.
Download, unarchive and then point the new hardware wizard to the driver folder.

Developing on a device is very similar to using the emulator.
Once you have enabled USB debugging in your device, it'll just work,
as adb and DDMS will see your device.

Make sure you set the debuggable attribute (in the application node)
to true in the manifest so that you can debug your application.

Xav

On Tue, Oct 21, 2008 at 7:48 PM, marstein <[EMAIL PROTECTED]> wrote:
>
> I am running Vista, and when I enable the Application/Development/USB
> debugging setting, the 'found new hardware' dialog comes up and cannot
> find a driver. I assume this is the reason why 'adb devices' does not
> give any results. Sigh.
>
> What I would like to see is instructions how to get the G1 attached to
> a Vista development machine (which device drivers to install, commands
> to issue so that the docs section on adb works), and then how to make
> it all work in Eclipse. So I can Run a program on the device, not the
> emulator.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to