Introduction

  • Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. We port adb to Linux to ease the people familiar with Android.

How to use adb

  • Please refer to howto for how to build and install adb on your board. Please refer to Google howto for more detail about how to use adb.
  • If you are use rockchip debian system, just type `systemctl start adbd`, `systemctl restart adbd`

Driver for Windows

adb tool for Windows

Driver for Linux

You don't need any driver to run adb

adb tool for Linux

Use below command to install adb tool in Debian and Ubuntu based OS

sudo apt-get install android-tools-adb

Available function

adb shell\push\pull