Debugging android application on devices +With Sony Ericsson

前端 未结 3 1394
一整个雨季
一整个雨季 2021-01-16 05:00

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 i

相关标签:
3条回答
  • 2021-01-16 05:08

    My problem solved after doing this

    I updated usb driver :
    enter image description here

    i followed step written here under WINDOWS XP .

    Device manager view

    enter image description here

    and ...

    1. i reconnected my device to pc(winXP).
    2. enabled usb debugging in device
    3. usb debugging= set true in android manifest
    4. In command prompt...

      C:\android-sdk-windows\platform-tools>adb devices 
      List of devices attached 
      emulator-5554   device
      e4567855....    device
      
    0 讨论(0)
  • 2021-01-16 05:08

    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.

    0 讨论(0)
  • 2021-01-16 05:29

    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.

    0 讨论(0)
提交回复
热议问题