-
Notifications
You must be signed in to change notification settings - Fork 5
Getting Started
BeboKhouja edited this page Jul 7, 2022
·
5 revisions
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 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.
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".