We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在连接远程adb server时, 需要使用ENV设置
# in bash export ADB_SERVER_SOCKET=tcp:192.168.1.2:5037 scrcpy --tunnel-host=192.168.1.2
https://github.com/Genymobile/scrcpy/blob/cac8e9c821b9b8314d57e84ccbf685929af08794/doc/tunnels.md
命令行参数可以在配置中修改, 求问ENV环境变量如何设置?
已尝试过使用ENV启动 Escrcpy, 但是环境变量似乎不会传递
The text was updated successfully, but these errors were encountered:
尝试将ENV写在scrcpy bin路径中, 也不行
Sorry, something went wrong.
该功能可能需要硬编码,我会想办法尝试解决该问题。
No branches or pull requests
在连接远程adb server时, 需要使用ENV设置
https://github.com/Genymobile/scrcpy/blob/cac8e9c821b9b8314d57e84ccbf685929af08794/doc/tunnels.md
命令行参数可以在配置中修改, 求问ENV环境变量如何设置?
已尝试过使用ENV启动 Escrcpy, 但是环境变量似乎不会传递
The text was updated successfully, but these errors were encountered: