adb 사용법 참고

2021. 2. 15. 22:59코딩강좌/안드로이드

안드로이드 개발자 사이트 참고

 

https://developer.android.com/studio/command-line/adb?hl=ko

 

Android 디버그 브리지(adb)  |  Android 개발자  |  Android Developers

기기와 통신할 수 있는 다목적 명령줄 도구인 Android 디버그 브리지를 알아보세요.

developer.android.com

 

@adb 무선 연결하기

You need to use ADB over TCP/IP.

  1. Enable Developer options: Press Home and select Settings. In the TV row, select About. Scroll down to and click on Build several times until a dialog appears with the message "You are now a developer" appears.

  2. Enable Debugging: Press Home and go back into the Settings menu. In the System Preferences row, select Developer options, select Debugging, select ADB Debugging, select On.

  3. Find the TV IP address: Press Home and select Network Settings.

  4. Make sure your TV and your computer are connected to the same local network.

  5. On your computer type: adb connect <TV IP address>

  6. In the Allow debugging? dialog, select Always allow from this computer and select OK.

192.168.1.43

 

@ ADB connect사용하기

https://sailerya.tistory.com/13

 

@안드로이드 무선 ADB 사용하기 (Wi-Fi로 디버깅하기)

 

출처: https://itmir.tistory.com/594 [미르의 IT 정복기]

https://itmir.tistory.com/594

 

@ ADB 명령어로 APK 설치 하기.

https://joyfulhome.tistory.com/108



@안드로이드 로그캣 출력- 로그 메시지 보기

https://mainia.tistory.com/4879