JAVA/android_studio 2022. 9. 12. 15:01

 

 

 

PS C:\Users\CHANSEONG.KIM\Downloads\scrcpy-win64-v1.21> ./adb devices
List of devices attached
ce071717e4a55d1c047e    device
192.168.0.165:5555      device
emulator-5554   device

PS C:\Users\CHANSEONG.KIM\Downloads\scrcpy-win64-v1.21> ./adb -s ce071717e4a55d1c047e  connect  192.168.0.165
already connected to 192.168.0.165:5555
PS C:\Users\CHANSEONG.KIM\Downloads\scrcpy-win64-v1.21>
PS C:\Users\CHANSEONG.KIM\Downloads\scrcpy-win64-v1.21> type .\scrcpy-console.bat
@echo off
scrcpy.exe %*
:: if the exit code is >= 1, then pause
if errorlevel 1 pause
PS C:\Users\CHANSEONG.KIM\Downloads\scrcpy-win64-v1.21> .\scrcpy.exe --help  | findstr serial
    -s, --serial=serial
        The device serial number. Mandatory only if several devices are
PS C:\Users\CHANSEONG.KIM\Downloads\scrcpy-win64-v1.21> .\scrcpy --serial=ce071717e4a55d1c047e

-실행화면: scrcpy 실행후 연결된 폰 화면

scrcpy(v1.21)로 무선으로 연결한 화면 (최초연결시 유선연결은 필요함.  폰의 시리얼번호 알아낼때[./adb.exe devices ] 유선연결 필요함)

 

posted by cskimair
: