1. cd C:\Users\{사용자}\AppData\Local\Android\Sdk\platform-tools>
//디버깅 포트 5555로 설정
2. adb tcpip 5555
//디버깅 연결, 안드로이드폰 아이피 지정
3.adb connect 192.168.xxx.xxx:5555
'프로그래밍 > 안드로이드' 카테고리의 다른 글
안드로이드 스튜디오 Cannot resolve symbol 오류 (0) | 2024.03.12 |
---|---|
Apps targeting Android 12 and higher 에러 (0) | 2023.11.12 |
안드로이드 자바/코틀린 예제 (0) | 2022.12.03 |
에러 종류별 해결 방법 (0) | 2022.11.15 |