IT

adb "USB 디버깅을 허용하시겠습니까?" 팝업이 안 뜰때 해결법

Snowyegret 2022. 3. 26. 03:19

https://stackoverflow.com/questions/56251888/my-device-doesnt-show-the-allow-usb-debugging-dialog

 

My device doesn't show the Allow USB Debugging dialog

My Android Studio shows 'Allow USB debugging from your device', but my device does not show that dialog: I have tried the following, but nothing worked: Adb kill-server Adb start-server Kill adb

stackoverflow.com

 

adb 다운로드 (https://developer.android.com/studio/releases/platform-tools)

 

(케이블 언플러그 상태)

1. C:\Users\<사용자 이름>\.android\ 내부의 adbkey와 adbkey.pub 삭제

(케이블 플러그)

2. adb.exe가 있는 폴더에서 Shift+우클릭 후 "여기에 Powershell 창 열기" 클릭

3. 파워쉘 창에 .\adb kill-server 복붙 후 엔터

4. 파워쉘 창에 .\adb devices 복붙 후 엔터

5. 휴대폰에 "USB 디버깅을 허용하시겠습니까?" 팝업이 뜬걸 확인할 수 있다.