Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BeboKhouja/ADB-GUI
ADB GUI is a Java-based GUI addon for ADB.
https://github.com/BeboKhouja/ADB-GUI
adb android gui java
Last synced: 2 months ago
JSON representation
ADB GUI is a Java-based GUI addon for ADB.
- Host: GitHub
- URL: https://github.com/BeboKhouja/ADB-GUI
- Owner: BeboKhouja
- License: gpl-2.0
- Created: 2022-06-20T19:02:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T03:11:15.000Z (7 months ago)
- Last Synced: 2024-08-02T20:43:40.219Z (5 months ago)
- Topics: adb, android, gui, java
- Language: Java
- Homepage: https://bebokhouja.github.io/ADB-GUI/
- Size: 10.6 MB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.