Skip to content

Getting Started

BeboKhouja edited this page Jul 7, 2022 · 5 revisions

This page shows how to get started with ADB GUI.

First: Installation

  • Install Java
  • Install adb
  • Configuring
  • Install ADB GUI
  1. Install Java 17.0.2 or later
    First download Java from Oracle's website: https://www.java.com/en/download/
    If you are in Ubuntu click the link above or type in this command: sudo apt-get install openjdk-17-jre
  2. Install adb
    To install adb download adb from the official Android Developers page: https://developer.android.com/studio/releases/platform-tools#downloads
    If you are in Ubuntu click the link above or type in this command: sudo apt-get install adb
  3. Configuring
    Note: This step only applies to the Windows version of ADB GUI.
    3a. Put it on the root folder "C:\adb".
    3b. Put an environment variable in PATH called "C:\adb".
    3c. Restart your computer.
    We are getting closer!
  4. Install ADB GUI
    It's easy and straightforward.
    4a. Click the "ADB GUI.jar" link
    4b. Click "view raw"
    4c. The "ADB GUI.jar" is saved to "C:\Users\User\Downloads".

Congrats! You successfully know how to install and configure ADB GUI.

Problems

Java is not recognized as an internal or external command, operable program, or batch file.

You either did not install Java or have not already configured the environment variable for Java. Reinstall Java and make sure the environment variable in "path" has "C:\Program Files\Java".

Clone this wiki locally