티스토리 뷰

반응형

플러터에서 안드로이드 apk를 설치하고 파일을 열어 http 통신을 할려고 하면 제목과  How to solve SocketException: Failed host lookup: 'www.xyz.com' (OS Error: No address associated with hostname, errno = 7) 

아래와 같은 에러가 날 수 있다. 이 문제는 왜 그렇냐면 debug 모드와 release mode 둘 다 internet permission을 주어야 하는데 release mode 에서 퍼미션을 주지 않았기 때문이다. 

 

VS CODE에서 android -> app -> src -> main -> androidmanifest.xml 을 간다

 

그리고 아래와 같이 인터넷 퍼미션을 넣어주면 된다. 

 

 

 

 

 

 

아래의 stackoverflow 참고 

https://stackoverflow.com/questions/54551198/how-to-solve-socketexception-failed-host-lookup-www-xyz-com-os-error-no-ad

 

How to solve SocketException: Failed host lookup: 'www.xyz.com' (OS Error: No address associated with hostname, errno = 7)

Whenever I try to do an http call after about 20 seconds I get in the console the following error: E/flutter ( 8274): [ERROR:flutter/shell/common/shell.cc(184)] Dart Error: Unhandled exception: E/

stackoverflow.com

 

반응형
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG more
«   2024/11   »
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
글 보관함