Here i saw various question related to "usb debugging" but answers not really helped me . can any one put light on this issue...
Your any help is appreciable
问题:
回答1:
My problem solved after doing this
I updated usb driver :
i followed step written here under WINDOWS XP .
Device manager view
and ...
- i reconnected my device to pc(winXP).
- enabled usb debugging in device
- usb debugging= set true in android manifest
In command prompt...
C:\android-sdk-windows\platform-tools>adb devices List of devices attached emulator-5554 device e4567855.... device
回答2:
For most android phones you will also need to install custom adb drivers in order to get it to work. Try installing any software suites that came with the phone as these may have the required drivers. Otherwise look on google for the adb drivers for the particular phone. For the xperia in particular I was unable to get adb to find the phone until it was upgraded to 2.1 so you may need to do this if you are using an older android version.
回答3:
If you run android at a command prompt it brings up the Android SDK Manager: under "Available Packages expand the Third party Add-Ons option. There looks to be a new Sony-Ericsson driver. Making sure you have that downloaded and then update the driver for your device from the downloaded driver file may solve your problem.