Search code examples
androideclipsedriversony-xperia

sony ericsson xperia x10 not showing in eclipse


I want to test my android app on my xperia x10 device but its not showing up in the device list. I have downloaded the correct drivers but when I try to install them trough the device manager it says "Windows was unable to install your SEMC HSUSB Device".

I have USB debugging activated.

What should I try next?


Solution

    1. first of all try to uninstall all your Sony device drivers because the drivers which you downloaded is only for data transfer(backup and transfer files) but not for debugging.
    2. Second if you really want to test you app on your Sony Device then you need to download the usb debug drivers of Sony x10
    3. Click this link.
    4. After downloading the debug drivers from the above link check for the debug mode is checked and then connect your device .
    5. After connecting the device you need to do slight changes in the Android Virtual Device Manager(AVD).
    6. By default your application will execute on a user defined emulator for this you need to set the AVD to prompt you every time you execute the application.
    7. In this way you could select your device on the dialog box that appears and the application is then executed on your device instead of the emulator