Debugging android application on devices +With Sony Ericsson

前端 未结 3 1396
一整个雨季
一整个雨季 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
      

提交回复
热议问题