From 9eb33de4136298067b9820490cff7cd9b46c7f88 Mon Sep 17 00:00:00 2001 From: Samuel Carlsson Date: Thu, 25 Jul 2013 20:48:46 +0200 Subject: [PATCH] Adding readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..29f69eb --- /dev/null +++ b/README.md @@ -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.