80 likes | 169 Vues
Learn how to locate and install USB drivers for your Android device, illustrated using an Asus Nexus 7 Tablet. Manual driver installation guide, setting up Run Configurations, enabling USB Debugging, running applications on the device. Including Android Debug Bridge (adb) tips.
E N D
Lecture 6 Testing and Debugging on a Physical Android Device and other Power User Stuff
The first step is to locate and install the USB drivers for your Android device. For this example we will use the Asus Nexus 7 Tablet.
You may need to install your drivers manually. This is done through the Device Manager.
Choose Run Configurations, click on the Target tab and select Always prompt to pick device. Make sure target device is connected and has USB Debugging enabled...
With target device connected to host computer via USB, click Run under Run menu and then select therunning Android device. Your application should (almost) immediately appear on device and begin running. (Woo hoo!! Goodbye emulator!)
Adding Platform-Tools, Tools, and Eclipse to the Path right-click