Home > Article > Software Tutorial > how to check scrcpy version
This guide provides instructions on how to check the current version of the scrcpy tool. It explains how to use the "scrcpy -v" command in a terminal window to display the installed version. Additionally, the article includes a link to the
To check the current version of scrcpy, follow these steps:
<code>scrcpy -v</code>
The output of the command will be the current version of scrcpy.
You can check the latest version of scrcpy on the scrcpy GitHub page:
https://github.com/Genymobile/scrcpy
The command for checking the scrcpy version is:
<code>scrcpy -v</code>
The above is the detailed content of how to check scrcpy version. For more information, please follow other related articles on the PHP Chinese website!