Skip to content

BeboKhouja/ADB-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADB GUI

ADB GUI is a free and open source Java-based program that adds a GUI-based ADB (Android Debug Bridge).

Getting Started

  1. Install Java 17.0.2 or later.
Windows:
https://www.java.com/en/download/
Ubuntu:
sudo apt-get install openjdk-17-jre

Windows

  1. To get started, download the .jar that's included in this application.
  2. Download ADB from the official Android Developers website: https://developer.android.com/studio/releases/platform-tools#downloads
  3. Put it on the folder "C:\adb".
  4. Put an environment variable in PATH called "C:\adb".
  5. Restart your computer.
  6. You are done!

Ubuntu

  1. To get started, download the .jar that's included in this application.
  2. Download ADB from the official Android Developers website: https://developer.android.com/studio/releases/platform-tools#downloads or run sudo apt-get install adb
  3. You are done!

Features

  1. Buttons to execute ADB commands.
  2. Top bar.