Clarify adb requirements
Since _scrcpy_ also supports `adb forward`, remove the part about `adb reverse`. Make explicit that _adb_ is included in the prebuilt application for Windows (many users manually download the platform-tools for no reason).
This commit is contained in:
parent
9cac38fe58
commit
15014f2689
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -11,12 +11,12 @@ and _MacOS_.
|
||||||
|
|
||||||
The Android part requires at least API 21 (Android 5.0).
|
The Android part requires at least API 21 (Android 5.0).
|
||||||
|
|
||||||
You need [adb] (recent enough so that `adb reverse` is implemented, it works
|
You need [adb]. It is available in the [Android SDK platform
|
||||||
with 1.0.36). It is available in the [Android SDK platform
|
tools][platform-tools], or packaged in your distribution (`android-adb-tools`).
|
||||||
tools][platform-tools], on packaged in your distribution (`android-adb-tools`).
|
|
||||||
|
|
||||||
On Windows, just download the [platform-tools][platform-tools-windows] and
|
On Windows, if you use the [prebuilt application](#windows), it is already
|
||||||
extract the following files to a directory accessible from your `PATH`:
|
included. Otherwise, just download the [platform-tools][platform-tools-windows]
|
||||||
|
and extract the following files to a directory accessible from your `PATH`:
|
||||||
- `adb.exe`
|
- `adb.exe`
|
||||||
- `AdbWinApi.dll`
|
- `AdbWinApi.dll`
|
||||||
- `AdbWinUsbApi.dll`
|
- `AdbWinUsbApi.dll`
|
||||||
|
|
Loading…
Reference in a new issue