Tianhe Gao

使用 scrcpy 在 Linux 桌面端控制 Android11 设备

记录使用 scrcpy 控制 Android 设备的初步内容。


我的系统环境:

  • Linux:Arch Linux
  • Android:Android11 by VIVO

第一步:用数据线连接手机和主机。

第二步:打开开发者选项。

第三步:在 Arch Linux 上安装 scrcpy。

1pacman -S scrcpy

第四步:开启连接。

 1## 第一次运行命令,会出现如下注释内容
 2adb devices
 3# * daemon not running; starting now at tcp:5037
 4# * daemon started successfully
 5# List of devices attached
 6# 34785455670005T unauthorized
 7## 再次运行,则正常显示 devices
 8adb devices
 9# List of devices attached
10# 34785455670005T device
11
12## 连接
13scrcpy -s 34785455670005T

No notes link to this note

Welcome to tell me your thoughts via "email"
UP