전체 글 77

glide 4 https Image URL Not Working API 16~19

glide 4 https 확인되지 않은 ssl 인증서 이미지url 출력 안되는 문제 API 16 ~ 19 버전에서 발생하는 문제 javax.net.ssl.SSLHandshakeException오류 1. dependencies 추가 build.gradle(:app) dependencies { implementation "com.squareup.okhttp3:okhttp:3.8.1" implementation 'com.github.bumptech.glide:glide:4.11.0' implementation ('com.github.bumptech.glide:okhttp3-integration:4.11.0'){ exclude group: 'glide-parent' } annotationProcessor 'co..

개발 2020.08.30