Hi Ryan,

Something that may also help you if you're doing Android development:

- Go to http://developer.android.com/index.html
- Download the Android SDK and follow the setup instructions.
- In the list of updates to download, at least select the USB drivers.

On the Android device:

- Set you Android (in Settings/Application) to accept USB debugging
- Plug in the device using a USB cable.

For your windows PC:

- Once the device is plugged in, Windows will try to install the
drivers.
- Point to "android-sdk-windows\usb_driver" in the SDK for the driver
- Once installed, open a Command Prompt and run "android-sdk-windows
\tools\adb logcat"

All debug messages generated from your Android device will be
displayed on the Windows Command Prompt. You'll see all the browser
exceptions as well as any window.console calls you make in javascript.

This also works on Mac and Linux, you just need to download the
relevant SDK. The instructions to install the Android driver will be
different.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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/google-maps-js-api-v3?hl=en.

Reply via email to