Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an LG Lucid (Andriod 4.0.4) via Verizon and trying to get my app to run on it. I'm using WinXP Pro. The version of adb is Android Debug Bridge version 1.0.31. On the phone I have the USB debugging option turned on and just installed and rebooted both the PC and the.

C:\adt-bundle-windows-x86\sdk\platform-tools>adb devices List of devices attached

C:\adt-bundle-windows-x86\sdk\platform-tools>

share|improve this question
2  
Have you installed Lucid's device drivers? This page might help you: how to set up LG Lucid for Android App Development – Sam Jan 16 at 20:07
1  
You must have appropriate drivers installed for the ADB to see your device. What drivers have you installed? Have you tried installing drivers from \sdk\extras\google\usb_driver? – andr Jan 16 at 20:08
Did you download the LG Lucid driver? – Rob Avery IV Jan 16 at 20:08
its a dumb question, but did you flashed a custom rom? sometimes adb isnt working - maybe a bug in the custom rom? ;) – Andreas Bf Jan 16 at 21:23

closed as not a real question by Blorgbeard, Geobits, sgar91, CloudyMarble, Jake King Mar 1 at 5:42

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

In nexus devices I select ptp instead of mtp USB connection and adb see my device

share|improve this answer
I had the LG driver installed, but I went to LG site and found a newer version. Had to uninstall the older and now I see it. Under the device manager I actually see ADB Interface -> LGE Andriod for VZW ADB Interface @ the command line I now get: C:\>adb devices List of devices attached 4ad6b00 device – user1984948 Jan 17 at 17:10

Not the answer you're looking for? Browse other questions tagged or ask your own question.