From a13524e7f9d696635983776c548adaa1b9c8508f Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Wed, 5 Jun 2019 09:52:25 +0200 Subject: [PATCH] Replace android-tools-adb by adb Here is the description of the adb package in Debian: > Description: Android Debug Bridge > > A versatile command line tool that lets you communicate with an > emulator instance or connected Android-powered device. > > This package recommends "android-sdk-platform-tools-common" which > contains the udev rules for Android devices. Without this package, adb > and fastboot need to be running with root permission. And android-tools-adb: > Description: transitional package > > This is a transitional package. It can safely be removed. --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index d8a05ad6..6d961d53 100644 --- a/BUILD.md +++ b/BUILD.md @@ -12,7 +12,7 @@ case, use the [prebuilt server] (so you will not need Java or the Android SDK). ## Requirements You need [adb]. It is available in the [Android SDK platform -tools][platform-tools], or packaged in your distribution (`android-tools-adb`). +tools][platform-tools], or packaged in your distribution (`adb`). On Windows, download the [platform-tools][platform-tools-windows] and extract the following files to a directory accessible from your `PATH`: