Install Android Debug Bridge

Install Android Debug Bridge

Android Debug Bridge (ADB) is a versatile command-line tool that allows you to communicate with Android devices, manage files, install apps, and debug your applications.

  1. Go to This PC
    Click on your C: drive
  2. In your C: drive, create a new folder and call it ADB
  3. Go to https://developer.android.com/tools/releases/platform-tools
    Scroll down to the Downloads section
    Click on Download SDK Platform-Tools for Windows
    A
  4. An inner window will open
    Scroll down and Check to accept the license terms
    Click Download Andriod SDK Platform-Tools for Windows
  5. Navigate to your Downloads folder
    Find the downloaded platform-tools-latest-windows.zip zip file
  6. Right click on it and select Extract All
  7. Select browse to open as navigation window
  8. Navigate to your C drive and select the ADB folder you created in step 2.

  9. Click Extract
  10. The Unzipped folder platform-tools should now be in your ADB folder