How to install ADB and Fastboot drivers in 30sec



Welcome to Android Platform. Today we will see How to install ADB and Fastboot driver on PC. You might think what is ADB and Fastboot Drivers.
ADB (Android Debug Bridge) it is a small Android debug tools found in Android Development Kit. It is a command line tools used to communicate with your Android device and computer. Basically, you have a super access to your Android device from the PC when you connect to it via USB cable.
Prerequisites



Steps to install ADB and Fastboot Tools on PC

Step 1. Run the downloaded adb-setup-1.4.3.exe file. It will open a command prompt window in blue color like the one below.


Step 2. Type 'Y' to install ADB and Fastboot tool. Then you will see something like this


Step 3. Again type 'Y' to install the device drivers. Then the installation is completed

Step 4. You will see this window, Just click on 'Finish' button and done.


Congratulations! You have successfully installed ADB and Fastboot Drivers on your PC.



Comments

Popular posts from this blog

How to Enable Developer Options, OEM Unlock options and USB Debugging

Welcome to Android Platform