In this tutorial I will be telling you how you can install ADB on your Android. To read more on ADB Drivers for Android click here.
First, you need the Android SDK from Google
Go to the Android Studio download page and download just the command line tools. You will find this at the bottom of the page. These tools consist of the ADB drivers as well. Download the compressed file and extract and save the file wherever you want.Second, you run the EXE file
You will see a window like the one shown below. You need to un check everything on the list except Android SDK Platform Tools.In case you own a Google Nexus Smart Phone then you might as well check the Google USB Driver as well to install the latest drivers for your device. Install that. Close the window once its done.
Third, you need to enable USB debugging
To do this, go to Settings ==> About Phone ==> Tap on Build no 7 timesThis will enable Developer Options on your device. Go to Developer Options and Enable USB Debugging.
Finally, You can test your ADB drivers.
Open the folder where you extracted the SDK Tools into. There will be a sub folder in that called Platform tools. Open it. Then hold the shift button and right click together on the white are in the folder. Click on Open Command window here.Connect your device with the PC and run this command.
"adb devices"
You should see the following window with your device in the list.
Note - If your device is connected but you do not see it in the list you will have to install the latest USB drivers for your device on your PC.
No comments:
Post a Comment