ADB No Devices Found

2019-01-04 17:00发布

I am attempting to install an Android app on my brand new Nexus 10. I have a .apk file. I have downloaded the Android SDK, installed "Android SDK Tools", "Android SDK Platform-tools", and Google USB Driver. I have checked the setting on my Nexus 10 for "Unknown Sources".

When I run "adb devices" from the command terminal, it doesn't list any devices. I attempted to follow this recommendation, because it was identical to a suggestion I had previously found here on Stack Overflow. After following those steps, "adb devices" still returns an empty list and to make it worse, when I connect my Nexus 10 to my PC, Windows doesn't show any folders within the device.

I have undone the steps in that link, along with everything else I have done so far, as well as uninstalling my Nexus 10 from Device Manager and reinstalling it, but I am still not seeing any folders in the device.

Is there anything I am missing to get my device to show up in ADB devices?

What can I do to get Windows to see the folders within the device?

标签: android adb
30条回答
该账号已被封号
2楼-- · 2019-01-04 17:09

I had the same problem with my Windows 8. The Android/SDK USB driver was installed correctly, but I forgot to install the USB driver from my phone. After installing the phone USB driver ADB works fine.

I hope this will help.

查看更多
来,给爷笑一个
3楼-- · 2019-01-04 17:10

Have you had an android update recently? I updated to Lollipop and all the sudden I had no adb devices. Boo! I spent awhile trying a few things to no avail. Then I went into my developer options and lo and behold, "USB debugging" had been turned off. Silly Google. After turning it back on, it immediately showed up and I'm back in business!

查看更多
Viruses.
4楼-- · 2019-01-04 17:10

GoTo DeviceManager, then right click on the android device and click uninstall driver. Unplug and plug the device back...then a pop will come on your device while your pc installs the required drivers. Click "allow" on the popup. You can see your device when you type "adb devices" in command prompt.

查看更多
Anthone
5楼-- · 2019-01-04 17:11

It was a bad USB cable for me. After trying a suite of solutions, I changed to a different USB cable and my device showed up.

查看更多
Ridiculous、
6楼-- · 2019-01-04 17:11

Turn on debugging in the Nexus settings Developer menu (tap "About Tablet" 7 times to get that menu).

Freaking Google tricks!

查看更多
Animai°情兽
7楼-- · 2019-01-04 17:13

On my Windows 8.1 64bit (Nexus 5 did not show up), only manually installing the USB driver fixed it: http://developer.android.com/sdk/win-usb.html The "Google USB Driver" in "Android SDK Manager" was installed already.

查看更多
登录 后发表回答