发布于 2021-10-22 05:41:48
我通过添加implementation "org.apache.httpcomponents:httpcore:4.4.13"和排除group: 'org.apache.httpcomponents', module: 'httpclient'来解决这个问题
检查一下这个:
implementation('org.apache.httpcomponents:httpmime:4.5.12') {
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
}
implementation "org.apache.httpcomponents:httpcore:4.4.13"https://stackoverflow.com/questions/69671662
复制相似问题