Reputation: 143
I cannot get Eclipse to see my Xoom. I have usb debugging turned on, and I can see all the xoom files in explorer, but the device fails to show up in Eclipse. Does anyone know what the procedure is to get this working?
Upvotes: 14
Views: 17327
Reputation: 9603
The links posted in this question are no longer working!
The current (at time of writing) link is as follows: https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481
Also please make sure you install with admin rights or as an administrator! I've just spent the last few hours trying to work out why adb wont see my xoom 1, and it was because I wasn't installing as an administrator on windows!
Upvotes: 1
Reputation:
On my Windows 7, 64 bit, following worked: Disconnect the device. Install the driver (Motorola Device Manager). After that, connect the device. When connected, enable USB-debugging. The device will be visible in the DDMS. In my opinion it's important, that the the device is unconnected while installing the MDM.
Upvotes: 0
Reputation: 3721
I know this is been answered, but I had some trouble myself locating the drivers, so this is for anyone else who may need them:
For standard user, not development
For eclipse
Upvotes: 11
Reputation: 20016
I installed the Eclipse driver noted by Ayyoudy from here, but found that I had to turn USB Debugging off on the XOOM (Settings->Applications->Development->USB Debugging
), then install the drivers, unplug the XOOM, reboot, and then turn USB debugging back on and plug it back in after the reboot completed. (The key is probably to unplug the XOOM when you're modifying the USB Debugging setting.)
Upvotes: 2
Reputation: 189454
Try to go to your Device Manager (Depending on the Windows Version) There should the Xoom appear as an USB Device if there is a red ! or something like this showing a driver is missing you can then right click on it and say install drivers. In the following dialog select find the drivers on the PC and then open the folder on the Xoom containing the windows drivers.
That would be the standard way. I have no Xoom so I can't verify that is working with it.
Upvotes: 10