1

I am using Android Studio for Windows but it doesn't show any list of devices in the "choose a running device" option. In a Command Tool, adb devices also shows nothing.

Things I have tried:

  • I have tried this with 2 devices, an Xperia Sola as well as a Lenovo tablet, with the same results.
  • I have enabled USB Debugging via Developer's Options on each device.
  • I have tried adb kill-server followed by adb start-server, and adb devices still shows nothing. However, I can see the device in Windows File Explorer.
  • I checked that the driver is up-to-date.

Can anyone help solve this problem?

Paul Ratazzi
  • 6,289
  • 3
  • 38
  • 50
  • 1
    `adb` problems, try reinstall driver) – emigrantdd Jan 02 '15 at 17:25
  • I re-installed the driver for my xperia. Went to device manager then to my xperia device driver option. Uninstalled it. Then plugged in the usb again and tried updating the driver where i browsed the downloaded USB driver for xperia from android developer site. It says "The best driver for your device is already installed". – user3694439 Jan 02 '15 at 17:33
  • What operating system should you have on your computer? – emigrantdd Jan 02 '15 at 17:43
  • One of my friend tried in win 7 and 8. He didnt face any issue, so dont think its the OS. But not sure. – user3694439 Jan 02 '15 at 17:49
  • yes, it's OS, when I had `windows 8` I have some issue, problems with drivers!! – emigrantdd Jan 02 '15 at 18:19
  • if you do not want to reinstall windows install an emulator for a while – emigrantdd Jan 02 '15 at 18:20
  • Oh, if its OS then i guess i can try re installing the windows and see how it goes.\ – user3694439 Jan 03 '15 at 05:01
  • Well emulator seems to work but its not really that fast even after installing the updates. Got faster. And i have tried android studio on my other laptop and it didnt work there as well. And the common thing between them is that they are both windows 8. But it worked on my friend's laptop in windows 7 and 8.1 without any driver updates or anything. Does 8 and 8.1 got anything to do with it? – user3694439 Jan 03 '15 at 15:12
  • If you do not want to reinstall `windows 8` then you can try `IntelliJ Idea` instead of `Android Studio`. Read about it! – emigrantdd Jan 03 '15 at 15:25
  • 1
    Thank you so much for the help and info but i fixed the issue. It was basically driver issue. And as window is in generally messed up. I had uninstall the device and driver everything and re installed and updated it using the software. Though i tried updating driver separately but that didnt work then. – user3694439 Jan 03 '15 at 16:06

1 Answers1

0

I had the same problem. So here is what i did

  1. reinstalled the device driver
  2. changed the USB computer connection from MTP to Mass storage(UMS)

And it worked.

check out this thread Android Studio doesn't recognize my device

Community
  • 1
  • 1
imharindersingh
  • 166
  • 5
  • 14