Installation and use of QtScrcpy Android projection tool

first step:


Unzip the file: QtScrcpy-win-x64-v1.7.0.zip
Gitee open source project address: https://gitee.com/Barryda/QtScrcpy.git

Unzip the file: platform-tools_r31.0.2-windows.zip


ADB and Fastboot for Windows download link:
https://dl.google.com/android/repository/platform-tools-latest-windows.zip

Step two:

Add ADB to environment variables:

              Open "Advanced System Settings" in "Control Panel\System and Security\System" and open "Environment Variables".
              Add a new environment variable: Edit the system variable Path

Add the platform-tools folder under the platform-tools_r31.0.2-windows folder to the system variable

After restarting the system, enter adb version in CMD to check whether adb is successfully installed.

third step:

Turn on the usb debugging of the mobile phone (only Android is supported).
              Turn on the developer option in the mobile phone and turn on the USB debugging.


the fourth step:

For mobile screen mirroring:

              Start QtScrcpy. Click QtScrcpy.exe under QtScrcpy-win-x64-v1.7.0
and click to refresh the device list, you can see the serial number of the connected device.

              Click to start the service to view the device's screen projection.

Guess you like

Origin blog.csdn.net/weixin_42043935/article/details/118973990