Enable USB Debugging in Android

How to enable USB debugging in Android

USB debugging is used for development purposes, it is needed when you connect your USB cable to your computer and Android for development.

Enabling USB debugging gives you more access to Android’s core.

USB debugging is needed for:

To test an apk software that you are coding for Android (find errors in that app and fix when enabled USB debugging)

To unbrick a bricked Android phone through terminal command

To grant root access

Run ADB commands etc

If you are a normal Android user, there is no need touch on these modes and settings.

Enabling USB Debugging in your Device Settings

Follow these instructions if you want enable USB debugging, remember these options will be different on your device, So you will need do some digging around the options of your settings to find these settings

Go to your phone Settings

Then select About device

Find “build number

Tap or click on the build number repeatedly, around 5 times.

After you tap on it 5 times, the developer options menu will be unlocked
And now you will have access to developer options and USB debugging.

You can now go back to settings and see the developer options in there.

Turning On the USB Debugging

So now you have enabled the access to USB debug menu, now you need to turn on USB debugging, just enter to the developer options, and turn on the switch of USB debugging menu.

In some devices, there’s no need to enable developer options for enable USB debugging. For example, my Lenovo k4 note phone has USB debugging on the USB options menu that pops up every time when i connect my phone to PC.

If you need more help, please use the comments below

Related Posts

Add Admob ads in recyclerview in android

How to add admob native ads to recyclerview in android java Adding admob native ads into android recyclerview isn’t easy like other admob ads. You will need…

Download WebView Flutter Source Code for Android and iOS

Easily create android and iOS WebView app for your websites, the much-awaited flutter WebView source code is here. Are you looking for a flutter WebView source code…

Fix uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [:_flutter_android]

This error can be fixed by modifying build.gradle file in the flutter In android studio: go to android>app>build.gradle and modify it as follows:

Get Your Own Android Mobile App for Your Website Today

Are you looking to expand your online presence and reach more customers? In today’s digital age, having a mobile app is an essential tool to connect with…

Why making an app for your website can help your business to grow

In today’s digital age, it’s more important than ever to have a strong online presence. Whether you’re running a business, a blog, or a personal website, having…

Fix android.content.Intent.migrateExtraStreamToClipData(android.content.Context)’ on a null object reference

Here is how to Fix Android Studio Error Attempt to invoke virtual method ‘boolean android.content.Intent.migrateExtraStreamToClipData(android.content.Context)’ on a null object reference This error is caused by a number…

Leave a Reply

Your email address will not be published. Required fields are marked *