Saturday, July 11, 2020

How to Install ADB on windows

install adb on windows
Android Debug Bridge or mostly commonly knowns as ADB is a command line tool used to issue commands to Android devices. ADB can be used for variety of actions like rooting your phone, installing, screen recording, debugging apps and removing system applications. ADB provides access to a Unix shell which you can your to run different commands.

How to Install ADB on your windows machine

1. Go to Android Developer website and Download Platform Tools for Window. Linux and mac download option are also on same page.
2. Once download is complete. Go to download folder and Extract the zip file to directory inside the “C” drive.
3. Now got the extracted folder named “platform-tools” open it and then in click on File> Open Windows PowerShell >  Open Windows PowerShell as Administrator.
This is last step in installing ADB on your windows computer.
However if you want to check whether it is working or not. You have to Enable USB debugging inside Developer option on you mobile phone. Here is how to enable USB Debugging on your Android phone.
See Also:  How to remove Bixby without root

Once you have enabled USB debugging on your phone, connect your phone to PC using a USB cable. Make sure you have selected “file transfer” for USB connection. 
A message will appears on your device that says, “Allow USB debugging,” choose “Allow.”. If you do not see the message on your device which says, “Allow USB debugging,” even after you have set everything up as said, don’t worry. There is an easy fix for this, all you have to do is restart your device, and if that didn’t work too, then try changing the USB option from “file transfer” to “transferring images” or “MIDI” 
If you are using your own computer or a computer you trust then check the option “ Always allow this computer” 
Now to check working of ADB. Type “adb devices” inside the command window which you had opened previously & and hit Enter. It will show you list of devices connected

Related Posts

0 Comments

Post a Comment