forked from Nxzume/GUI-for-Android-Debug-Bridge-ADB-UI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
17 lines (15 loc) · 792 Bytes
/
Copy pathrequirements.txt
File metadata and controls
17 lines (15 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ADB GUI Tool for Windows
# Requirements:
# - Python 3.8 or higher
# - PyQt6 for modern GUI
# - ADB (Android Debug Bridge) installed on your system
PyQt6>=6.6.0
# Installation:
# 1. Install Python 3.8+ from https://www.python.org/downloads/
# 2. Install dependencies: pip install -r requirements.txt
# 3. Download Android SDK Platform Tools from: https://developer.android.com/studio/releases/platform-tools
# 4. Extract the platform-tools folder to a location of your choice
# 5. On first launch, the application will prompt you to select the platform-tools folder
# 6. The selected path will be saved in settings.json for future use
# 7. Enable USB debugging on your Android device (Settings → Developer Options)
# 8. Connect device via USB and run: python adb_gui.py