Skip to content

Instantly share code, notes, and snippets.

@chandroidx
Last active March 13, 2023 08:26
Show Gist options
  • Save chandroidx/67138f1ebfdd566efdd4df44b7fc5362 to your computer and use it in GitHub Desktop.
Save chandroidx/67138f1ebfdd566efdd4df44b7fc5362 to your computer and use it in GitHub Desktop.

adb version
설치된 ADB 버전 확인

adb start-server
ADB 서버 실행

adb kill-server
ADB 서버 종료

adb devices
현재 ADB로 연결된 기기 목록

adb shell "dumpsys window windows | grep -E 'mCurrentFocus|mFocusedApp'"
현재 실행중인 액티비티

adb tcpip ${port}
adb connect ${device_ip_address}:${port}
무선 adb 연결하기

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment