본문 바로가기
Works/Android

Android Sutdio Bumblebee 에서 Wi-Fi 연동 이슈

by Vader87 2022. 4. 15.
반응형

Android Studio Bumblebee 에서 Wireless debugging 기능을 공식적으로 지원한다.

https://android-developers.googleblog.com/2022/01/android-studio-bumblebee-202111-stable.html

 

Android Studio Bumblebee (2021.1.1) Stable

Posted by Adarsh Fernando , Product Manager, Android The Android Studio team has been abuzz with the stable release of Androi...

android-developers.googleblog.com

 

유선으로 PC 와 연결하지 않고 직접 빌드를 돌리거나 필요한 리소스 업로드, 디버깅 등이 가능하기 때문에 매우 유용하게 사용 중이다.

다만, Windwos 11 만의 문제인지는 정확하지 않으나 간혹 잘 사용하던 Wireless 연결이 되지 않는 경우가 있다. 

이럴 경우 커맨드 창에서 아래 명령어를 사용해 QR 코드나 코드 입력 방식 없이 연동 시켜줄 수 있고, Android Studio 창에서도 연동 여부 확인이 가능하다.

adb connect [phone_ip]:[port]

 

참고로 ip 와 port 는 디바이스 개발자 설정의 Wireless debugging 메뉴 안에서 확인할 수 있다.

반응형

댓글