ADB Devices empty?
This is to help those of you folks that are running into an issue with your ADB Devices command returning blank.
This is assuming you have gone through the trouble of troubleshooting and researching yourself. If you are at this point and reading this post, then you most likely already tried stuff like a different USB port, cable, adb kill-server / start-server stuff, and ensuring you have USB debugging enabled.
If you are still stuck, then let's get to work.
Windows 8/7
1) Plug the device into a USB directly connected to MOBO or into your mobo. If you are prompted with some ping on your computer, then that is a good start.
2) Open -> Device Manager
3) Go to "Other Devices"
4) Identify the tablet. It will probably say "ADB USB blah blah". That's the one we want.
5) Right click, Update Driver Software
6) Browse my computer
7) Let me pick from a list of device drivers (bottom box)
8) In the pop up select, "SHOW ALL DEVICES" at top of list, click NEXT.
9) Click "Have Disk"
10) Browse to your path where you have:::: "android-sdk\extras\google\usb_driver"
11) Click okay
12) Select Android ADB Interface
13) Click yes -> Install -> Close
At that point you should have your tablet asking for permission. If it's not plugged in, plug it in and see the prompt.
Enjoy.