80 likes | 165 Views
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.
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