在我的项目中添加幻灯片菜单库后,我遇到了这个问题
“无法解析导入 org.apache.http.entity.mime”
请帮我解决这个问题。
在我的项目中添加幻灯片菜单库后,我遇到了这个问题
“无法解析导入 org.apache.http.entity.mime”
请帮我解决这个问题。
从 apache commons 站点下载 jars 并将它们添加到项目中。
或者添加这两个依赖
编译“org.apache.httpcomponents:httpcore:4.2.4”
编译“org.apache.httpcomponents:httpmime:4.3”
在MarshMallow
google 中删除了 org.apache.* 包,因此您必须使用CompileSdkVersion
少于 23 个或通过外部依赖项导入所需的 apache 包,例如:
compile "org.apache.httpcomponents:httpcore:4.2.4"
compile "org.apache.httpcomponents:httpmime:4.3"