The goal in this blog is to have a connection from the SDK on the Windows computer to the Android device. This will allow to install and run apps on the Android device. In my case it is the Nexus 10 tablet. In order to accomplish this I used these steps:
- Connect the tablet (or Android device) to the computer with the USB cable.
- Install the ADB driver on the Windows computer.
- Enable USB debugging.
The instructions for steps 2 & 3 are found in other places in the bowels of the web. I am not going to reinvent the wheel for these two steps but I will direct you where to find this information.
1. So now, connect the tablet (or Android device) to the computer with the USB cable. This step is pretty easy.
2. Follow the instructions on the youtube video on
There is a lot of discussion on installing the drivers on the web but they don't seem to work. This one does. Please make a comment thanking sleepessninjas in taking the time and effort in creating this video.
3. The next step is to Enable USB debugging. This is a hidden menu item. You can follow these instructions
How To Access the Developer Options Menu and Enable USB Debugging on Android 4.2
Now you are ready for