250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- flutter
- MacOS
- 안드로이드
- Laravel
- pip
- nginx
- Cordova
- AWS
- selenium
- 해시키
- SSH
- Android
- mac
- Vue.js
- FCM
- MYSQL
- python
- https
- 파이썬
- PostgreSQL
- Passport
- OAuth
- alb
- php
- ubuntu
- node
- window
- Vue
- Prometheus
- 구글 API
Archives
- Today
- Total
print( sjw.iq == 200) output : true
[Android] error:protocol fault (couldn't read status) 본문
728x90
반응형
error: protocol fault (couldn't read status): Connection reset by peer
안드로이드를 빌드하는데 이런 에러를 보신적이 있을겁니다
android sdk폴더/platform-tools 밑에 내려오시면 adb라는 친구가 있습니다
거기서 아래 명령을 실행해주시면 됩니다.
./adb kill-server
저 같은 경우는 해당 명령을 실행했음에도
cannot connect to daemon at tcp:5037: Connection refused
다음과 같은 에러가 또 발생했습니다 ㅠㅠ
이 친구는 usb 연결을 해제한 후 다시 연결면 해결됩니당!!
감사합니다!
728x90
반응형
'Android' 카테고리의 다른 글
[Android] FCM Notification icon not display on Android (0) | 2020.03.17 |
---|---|
[Android] 앱 스토어 등록된 APK의 해시키, 서명된 APK 의 해시키 (0) | 2020.02.07 |
[Android] 더블탭, 더블클릭 구현 (GestureDetector를 사용하지 않고 단순 코드) (0) | 2019.07.23 |
[Android] Webview 에서 javascript open 오류 (2) | 2019.06.24 |
[안드로이드] 구글맵 PlayStore 등록 시 맵 안보이는 현상 (0) | 2019.03.15 |
Comments