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.
-
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.
-
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.
-
Find the TV IP address: Press Home and select Network Settings.
-
Make sure your TV and your computer are connected to the same local network.
-
On your computer type: adb connect <TV IP address>
-
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 정복기]
@ ADB 명령어로 APK 설치 하기.
https://joyfulhome.tistory.com/108
@안드로이드 로그캣 출력- 로그 메시지 보기
https://mainia.tistory.com/4879
'코딩강좌 > 안드로이드' 카테고리의 다른 글
안드로이드 activity에 대한 이해 (0) | 2021.02.15 |
---|---|
안드로이드 앱 개발 - 프로젝트 폴더 기본 구조(manifest) (0) | 2021.02.15 |
안드로이드 앱 간단 실행 구조 및 생명주기 (0) | 2021.02.15 |
안드로이드 launcher개발 (개발환경 및 유지 보수 관점) (0) | 2021.02.15 |
안드로이드 recovery개발 (개발환경 및 유지 보수 관점) (0) | 2021.02.15 |