简体   繁体   中英

Android Studio can't find device

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM