Debugging android application on devices +With Sony Ericsson

巧了我就是萌 提交于 2019-12-19 11:51:33

问题


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 ...

  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
    



回答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.



来源:https://stackoverflow.com/questions/5827958/debugging-android-application-on-devices-with-sony-ericsson

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!