gpt4 book ai didi

android - 如何在项目中包含 MultipartEntityBuilder

转载 作者:搜寻专家 更新时间:2023-11-01 08:41:50 25 4
gpt4 key购买 nike

我需要使用 MultipartEntityBuilder 才能使用 Volley 发送 MultipartRequest。

我设法导入了其他 org.apache.http.entity.mime 库,例如 content.FileBody,但是对于 MultipartEntityBuilder,我需要使用 gradle 编译一个外部库。

我试过了:

compile group: 'org.apache.httpcomponents' , name: 'httpclient-android' , version: '4.3.5'

compile (group: 'org.apache.httpcomponents' , name: 'httpmime' , version: '4.3.5') {
exclude module: 'org.apache.httpcomponents:httpclient:4.3.5'
}

还有:

compile 'org.apache.httpcomponents:httpmime:4.4'

但我遇到了这个运行时错误:

Warning:Dependency org.apache.httpcomponents:httpclient:4.4 is ignored for debug as it may be conflicting with the internal version provided by Android.

我该如何解决这个问题?谢谢!

最佳答案

使用重新打包的版本:httpclientandroidlib反而。请注意,您需要更新您的 import 以不引用 org.apache... 而是引用 ch.boye.httpclientandroidlib...

关于android - 如何在项目中包含 MultipartEntityBuilder,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31853878/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com