Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable USB debugging in Android?

Tags:

android

How do you enable USB debugging in the Nexus 7 (first generation)?

Edit: The accepted answer applies to other android devices also where Developer option is hidden .

like image 671
Tarun Avatar asked Aug 07 '13 12:08

Tarun


People also ask

Can I Enable USB debugging?

To enable USB debugging, toggle the USB debugging option in the Developer Options menu. You can find this option in one of the following locations, depending on your Android version: Android 9 (API level 28) and higher: Settings > System > Advanced > Developer Options > USB debugging. Android 8.0.

How do I force my phone to USB debugging?

If you want to enable USB debugging on Android, just need to go to Settings > USB utilities > Connect storage to PC > Plug your USB to PC. And what if you want to turn off USB debugging?

What is USB debugging on Android phone?

In short, USB Debugging is a way for an Android device to communicate with the Android SDK (Software Developer Kit) over a USB connection. It allows an Android device to receive commands, files, and the like from the PC, and allows the PC to pull crucial information like log files from the Android device.


3 Answers

Toggle on "USB Debugging" in the "Developer Options" area of Settings.

If you do not see "Developer Options", go into "About device" in Settings and tap on the "Build number" entry seven times, which will unlock "Developer Options".

As documented on Android Developers: https://developer.android.com/training/basics/firstapp/running-app.html

like image 189
CommonsWare Avatar answered Oct 25 '22 19:10

CommonsWare


do this

1) go to settings

2) go to developers setting

3) enable developers setting by turning the switch on top of the page.

4) select Usb Debugging.

Note: if developer option is not available then Tap 7 times on the build version button to unlock developer options...

like image 43
Prakhar Avatar answered Oct 25 '22 21:10

Prakhar


First of all, you have to check Do you have unlocked developer option or not? If not then you can unlock it by clicking on "Build number" 7 times where you can found this "Build number" option in Setting -> About Phone

After then open Developer option which is available second last option in setting page. Check in Usb Debuging. you will get dialog which show you approvance for Usb debuging for separate computer.

Steps For Usb Debuging

  1. Open setting in Phone

  2. Open Developer Option

  3. Enable developers Option by Clicking 7 times on "Build Number"

  4. Check Usb Debugging.

like image 4
Jitendra ramoliya Avatar answered Oct 25 '22 19:10

Jitendra ramoliya