Cannot detect Sony Xperia in Eclipse

后端 未结 15 2065
一整个雨季
一整个雨季 2020-12-11 00:07

I am totally new at testing apps on devices, especially the Sony Xperia. I am testing apps using the Android emulator, but I have now a Sony Xperia. First I have connected

相关标签:
15条回答
  • 2020-12-11 00:44

    Yes, eclipse needs drivers. You need to install drivers for the phone, and then restart eclipse. You then need to add the xperia through the device manager in eclipse.

    Are you running windows??

    0 讨论(0)
  • 2020-12-11 00:44

    Steps to debug using Sony Xperia : Settings > Xperia > USB Connectivity > USB connection mode and select Mass storage mode (MSC). The USB cable must be unplugged to change this option. By default, Media transfer mode (MTP) was selected. Untick "Install software"

    0 讨论(0)
  • 2020-12-11 00:46

    Don't forget to enable usb debugging in the phone setting.

    0 讨论(0)
  • 2020-12-11 00:46

    solution for sony Mobile usb driver for Window 7 After googling and more time spend on this we find the solution Sony tipo & Sony M mobile are detecting by eclipse . Steps are 1.install the latest sony companion 2- go to settings>>xperia>> connectivity>>USB connectivity mode>>MTP 3- restart eclipse and run your project Android Device Chooser show your device

    donot forgot to check the usb debugging

    0 讨论(0)
  • 2020-12-11 00:48
    1. Start eclipse
    2. open the android SDK manager,it will load the repository.
    3. select the package for sony and download it.
    4. restart eclipse,and you are good to go.
    0 讨论(0)
  • 2020-12-11 00:48

    For me, it works when combining Damir's & Michell Bak's answers.

    First need to change device form MTP mode to MSC mode as Damir mentioned, then download and install driver to your PC as Michell Bak mentioned.

    Most new Sony device default setting USB connection mode to MTP and the setting location is different from other android devices. Besides, driver can not install automatically and need to download form official site.

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