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
- mac
- https
- SSH
- pip
- Passport
- php
- 파이썬
- 구글 API
- ubuntu
- OAuth
- Laravel
- Vue.js
- FCM
- MYSQL
- window
- MacOS
- Cordova
- AWS
- Vue
- python
- 안드로이드
- PostgreSQL
- node
- selenium
- nginx
- flutter
- Android
- alb
- Prometheus
- 해시키
Archives
- Today
- Total
728x90
반응형
목록protocol fault (1)
728x90
반응형
print( sjw.iq == 200) output : true
[Android] error:protocol fault (couldn't read status)
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 연결을 해제한 후 다시 연결면 해결됩니당!! 감사합니다!
Android
2020. 1. 21. 21:52