-
Notifications
You must be signed in to change notification settings - Fork 5
Getting Started
This page shows how to get started with ADB GUI.
- Install Java
- Install adb
- Configuring
- Install ADB GUI
- 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
- 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
- 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!
- Install ADB GUI
4a. Click the latest release.
4b. Scroll down and click ADB GUI.zip
4c. The "ADB GUI.zip" is saved to "C:\Users\User\Downloads".
4d. Extract the contents of the ZIP.
As of now, there is also a .msi file you can download.
4e. Click the latest release.
4f. Scroll down and click setup.exe
4g. Double-click the setup.exe
4h. Follow the instructions to install ADB GUI successfully.
Congrats! You successfully know how to install and configure ADB GUI.
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".
Launching ADB GUI from File Explorer does not provide a debugger. This is the most common way to run any program.
Launching ADB GUI from cmd provides a debugger for the code execution. It also helps me fix problems by submitting a bug report to GitHub.