Setting up ADB
(Android Debug Bridge) and Fastboot is a very basic step to make
communication with your android device with Windows. In short, Android
Debug Bridge (adb) is a versatile command line tool that lets you
communicate with an emulator instance or connected Android-powered
device. By having ADB and fastboot, it helps to install and flash zip
into your device like custom recovery, insecure bootloader, images, root
package, stock or custom firmware, stock or custom ROMs. You must have
both ABD & Fastboot to be installed if you starting to develop
android app or any other android development jobs.
Let’s get started on how to set up ADB and Fastboot for your android device to Windows.
Let’s get started on how to set up ADB and Fastboot for your android device to Windows.
How To Setup ADB & Fastboot Driver with Android SDK on Windows
Requirements
- Windows PC with internet
- Android device
- MicroUSB cable
Download
- Download android SDK Tools Only for Windows
Android SDK Tools.exe (Official Website, 80MB)
Android SDK provides needed API libraries and developer tools necessary to build, test, and debug apps for Android. If you’re a new Android developer, we recommend you download the ADT Bundle (FULL bundle) to quickly start developing apps. It includes the essential Android SDK components and a version of the Eclipse IDE with built-in ADT (Android Developer Tools) to streamline your Android app development. - Java SE Development Kit 7 (JDK)
jdk-7u11-windows-i586.exe, 32 bit Windows x86, 88.77MB (Only install Windows 32 bit even you are with 64x bit Windows.
Instructions:
- Unzip the downloaded zip file and execute the Android SDK ***.exe file.
- You will be prompted to install Java Platform JDK from Java SE Software if you do not have it in your Windows PC.
- Execute the downloaded Java SE Development kit 7 before proceed.
- Execute again the Android SDK ***.exe to continue.
- Follow the instruction to complete installation of Android SDK Tools. Start SDK Manager.
- Check Android SDK Platform-tools and Google USB Driver.
- Press Install 2 packages to continue installation.
- Select Accept and press Install and let’s the download to complete.
- When you see the log file below, the installation is completed. Press close.
- Now you have ADB and USB drivers installed in PC.
- Now, connect your device to PC with micro usb cable.
- You will see USB driver has installed successfully.
- Activate your android device USB debugging mode. (Settings-> Developer option –> USB debugging.
- Let’s Windows continue to install the driver.
- You are now complete all the ADB and USB driver.
- Reboot your device into fastboot mode and complete fastboot mode driver installation.
No comments:
Post a Comment