Notice
Recent Posts
Recent Comments
Link
투케이2K
45. (ADB) adb help / ADB 명령어 사용해 명령어 사용 도움말 확인 본문
[환경 구성 및 요약 설명]
Mobile : Android
설 명 : adb help / ADB 명령어 사용해 명령어 사용 도움말 확인
[설 명]
------------------------------------------------------------------------------------------
[명령어]
------------------------------------------------------------------------------------------
$ adb help
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
[추가 설명 및 참고 사이트]
------------------------------------------------------------------------------------------
[1] : adb 명령어를 사용 하기 위해서는 (사전) 안드로이드 개발자 모드 활성 >> 디버깅 선 연결 >> 디버깅 허용이 필요합니다
>> adb devices 명령어를 사용해 정상적으로 device 인식이 되었는지 확인
[2] : 안드로이드 기기 디버깅 연결이 안되는 경우 >> 개발자 모드에서 USB 연결 활성 상태,
필요 소프트웨어 설치 상태, 충전 선 데이터 전송 여부 등 확인이 필요합니다
[3] : adb help 명령어를 사용해 adb 명령에 필요한 도움말을 확인할 수 있습니다
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
[결과 출력]
------------------------------------------------------------------------------------------
$ adb help
Android Debug Bridge version 1.0.41
Version 33.0.3-8952118
Installed as C:\users\ghkwon1\appdata\local\android\sdk\platform-tools\adb.exe
global options:
.......
internal debugging:
start-server ensure that there is a server running
kill-server kill the server if it is running
reconnect kick connection from host side to force reconnect
reconnect device kick connection from device side to force reconnect
reconnect offline reset offline/unauthorized devices to force reconnect
------------------------------------------------------------------------------------------
반응형
'ADB (cmd)' 카테고리의 다른 글
Comments