I am trying to use my Motorola Xoom to debug an Android application in Eclipse. I have no problem using my HTC phone to debug the same application.

I have downloaded and installed the Motorola driver package and my tablet is seen in adb devices, although it gives it a 16-digit hex id instead of a name.

I have set up everything on my tablet as it should be (Unknown sources and USB debugging both checked) and Eclipse starts it up OK with the following appearing in the Console:

[2011-11-20 15:56:51 - Spine] Android Launch!
[2011-11-20 15:56:51 - Spine] adb is running normally.
[2011-11-20 15:56:52 - Spine] Performing com.enborne.spine.Spine activity launch
[2011-11-20 15:56:52 - Spine] Automatic Target Mode: using device '17006189413fc297'
[2011-11-20 15:56:52 - Spine] Uploading Spine.apk onto device '17006189413fc297'
[2011-11-20 15:56:52 - Spine] Installing Spine.apk...
[2011-11-20 15:56:54 - Spine] Success!
[2011-11-20 15:56:54 - Spine] Starting activity com.enborne.spine.Spine on device 17006189413fc297
[2011-11-20 15:56:54 - Spine] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.enborne.spine/.Spine }

The dialog "Waiting for debugger to attach" appears on the tablet, then nothing else happens.

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.