개발/Flutter

[Flutter] Error connecting to the service protocol: failed to connect to http://127.0.0.1:1368 에러 해결 방법

@wadoob 2023. 9. 5. 22:52

Flutter 로 앱을 개발하다가 어느날 갑자기 아래의 에러 코드가 발생하였습니다.

Error connecting to the service protocol: failed to connect to http://127.0.0.1:1368

무엇이 문제인지 도통 모르겠어서 인터넷을 검색하여 다음과 같이 해결하게 되었습니다.

Cold Boot Now 위치

Device Manager 에서 해당 Device 를 선택하여 Cold Boot Now 를 클릭하여 기기를 재부팅하니 문제가 해결되었습니다.

이상. 즐코 하십시오.