Platform/Android

[ERROR][Retrofit] CLEARTEXT communication to gateway.marvel.com not permitted by network security policy

개랭갱깽스타 2022. 9. 12. 15:07

 

2022-09-12 14:54:42.941 30296-30296/kr.co.ganeg.introducemarvelapp E/CharacterListRepository: onFailure: error. cause: CLEARTEXT communication to gateway.marvel.com not permitted by network security policy

 

해결

AndroidManifest.xml → <application> 내 usesCleartextTraffic="true" 설정

<application
    ...
    android:usesCleartextTraffic="true">

 

참고

https://gun0912.tistory.com/80

 

[안드로이드]CLEARTEXT communication to XXXX not permitted by network security policy

"CLEARTEXT communication to XXXX not permitted by network security policy" 어느날 코드를 바꾼게 없는데도 위와 같은 오류가 발생하면서 앱이 실행이 안되는 일이 발생합니다. 그 이유는 여러분 혹은 사용자..

gun0912.tistory.com

 

반응형

'Platform > Android' 카테고리의 다른 글

[Mac] Android Studio 환경설정  (0) 2022.10.05
[Error]  (0) 2022.09.13
[Key] API KEY 관리  (0) 2022.09.12
[ERROR] Invocation failed Unexpected end of file from server 오류 (GitHub Push 오류)  (0) 2022.07.24
[Splash]  (0) 2022.04.11