mirror of
https://github.com/revanced/jadb.git
synced 2025-05-21 00:17:04 +02:00
Adding readme
This commit is contained in:
parent
a6c8f2ff21
commit
9eb33de413
8
README.md
Normal file
8
README.md
Normal file
@ -0,0 +1,8 @@
|
||||
#JADB#
|
||||
ADB client implemented in pure Java.
|
||||
|
||||
The Android Debug Bridge or ADB for short it a client-server architecture used to install android apps from an IDE or command line and to debug apps, etc.
|
||||
|
||||
The Android SDK Tools is available for the major platforms (Mac, Windows & Linux) and in there is a command line tool called adb that implements the ADB protocol.
|
||||
|
||||
This projects aims at providing an up to date implementation of the ADB protocol.
|
Loading…
x
Reference in New Issue
Block a user