[android] java.io.ioexception: cleartext http traffic to not permitted 해결 방법
·
내맘대로/안드로이드
1.manifest에 추가 - - - 2.res/xml/network_security_config.xml 파일 생성 후 코드 작성 참고 블로그 https://stackoverflow.com/questions/45940861/android-8-cleartext-http-traffic-not-permitted Android 8: Cleartext HTTP traffic not permitted I had reports from users with Android 8 that my app (that uses back-end feed) does not show content. After investigation I found following Exception happening on Android 8: 08-29..