How to Enable Nexus 5 USB Debugging for Android Studio
Developing Android Apps require debugging a local device. Although connecting the device via USB will give users access to the stored files on the device, this will not allow the app to be deployed. Learning how to debug a device like Nexus 5 can help people access a range of their applications more freely.
Using SDK Manager
Users should access the SDK Manager. Given the Android Studio is used, it will be easy to go via IDE. To do this, open Tools, choose Android and then open SDK Manager. The action will open a dialog prompt. From there, users should scroll down to the very bottom. They should search for "Google USB Driver."
For those not using a Google-based phone, they can access the necessary drivers often via the site of the manufacturer. It is important for users to check the "Google USB Driver" option and install the packages button.
Installing Drivers
Make sure that the previous actions lead to the files being placed in the following location: C:Program Files (x86)Androidandroid-studiosdkextrasgoogleusb_driver folder. However, this still does not install the necessary files. It only copies the files to the location.
To install, open the folder mentioned. Right click on the file named: android_winusb.inf. This will install the divers needed. Confirm the process by selecting "Install." This should complete the Windows side of things.
Setting Up Devices
Once the divers are installed successfully on the computer, users should enable the "Developer Mode" on their Nexus 5 device. Given the device is running on Android 4.4 KitKat already, they can do the set-up by opening Settings. Choose About Phone and then tap on the Build Number seven times. This will prompt the device to go into Developer Mode.
If done correctly, users will see the "Developer options" underneath the settings menu. Choose Developer Options and then check "USB Debugging" and "Stay Awake." Connect the handset to the computer via USB. In the screen, look for the "Always allow from this computer" option and check it. Select Ok to finish.
This should run the Android Studio. For more information, a report by Michael Crump provides more details.
Disclaimer: Providers of updates and additional features cannot be held responsible for what happens to the device. Users can proceed at their own risk.