How to Enable USB Debugging on Android Device

In Android development, debugging is required to develop more efficient app. To debug the app on another device, like an Android device, what needs to be taken and proceed will be seen in this article's detailed manner. Any Android device can follow the steps below and enable the debug option.

Step 1. Open the Settings app on an Android device.

Step 2. Go to the About option inside Phone Settings.

Step 3. Check the Build number or your phone version name and Click 7 times continuously then you are developing now a pop-up will appear on the screen.

 Build number

Step 4. Now search "Developer Option" in the Settings app search bar. Before enabling the developer option, this "Developer Option" won't display in the settings. After enabling, it will get enabled.

Step 5. Go to the USB debugging option and switch on the toggle button.

USB debugging option

Step 6. Are you Allowing USB debugging? A pop-up will come. Click OK on that. Then, your connected Android device name will display on Android Studio.

Allowing USB debugging


Similar Articles