ADB Client in pure Java.
Go to file
2013-07-25 21:13:20 +02:00
src/se/vidstige/jadb Adding get host version method. 2013-07-25 21:13:20 +02:00
test/se/vidstige/jadb/test Adding get host version method. 2013-07-25 21:13:20 +02:00
.gitattributes Initial commit 2013-07-25 20:45:28 +02:00
.gitignore Initial commit 2013-07-25 20:45:28 +02:00
README.md Adding readme 2013-07-25 20:48:46 +02:00

#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.