Reputation: 1270
My Eclipse does not recognize my Smartphone (Sony Xperia Z), I tried it with an other Smartphone, it worked perfectly without any problems. Using Windows 7. Followed some advices like this one, the List ist empty:
C:\IDE\sdk\platform-tools>adb kill-server
C:\IDE\sdk\platform-tools>adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
C:\IDE\sdk\platform-tools>adb devices
List of devices attached
I also installed the new driver in "device manager" with the latest usb-driver and also tried to update automaticly. Restarted Eclipse, restarted Computer 10times, no change. I can access on the memory of the device. USB-Debug-Mode is on(restarted it many times). What can I do next?
Upvotes: 0
Views: 222
Reputation: 641
Sometimes ADB does not recognise some devices, i had a similar issue with some android devices, specially using Windows 8/8.1, my solution was to download a new ADB which comes with a folder calles "Microsoft.VC90.CRT" containing some DLL files, as soon as i replaced the SDK ADB with this new one, all my devices were ready to go.
If you still having issues, let me know to upload the ADB rar.
Upvotes: 0
Reputation: 20699
In my Xperia S I had the same problem. The solution for me was to enable USB tethering
. Don't forget to disable the corresponding network adapter in the device manager
Upvotes: 1
Reputation: 2352
1) make sure in your device have enabled the "developer mode" in configurations.
2) Make sure that you phone is really a Sony Xperia Z, because fake chinese mobile phone are very similar.
3) Make sure that the cooked room or version of you Android is compatible to develop/debugging
Upvotes: 0
Reputation: 949
Check for USB debugging is checked or not..
if yes then connect and restart adb
Upvotes: 0