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
반응형
'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 |