【发布时间】:2016-08-12 16:21:49
【问题描述】:
我正在使用 mopub sdk 4.8.0。正如documentation 中所说,我包含了以下库:
android-support-v4.jar,
android-support-annotations.jar,
android-support-v7-recyclerview.jar,
mopub-volley-1.1.0.jar
但是当我构建项目时,以下错误被写入 Logcat:
org.apache.http.HttpResponse 类型无法解析。它是 从所需的 .class 间接引用 文件 RequestQueueHttpStack.java /mopub-sdk/src/com/mopub/network 行 1 找不到 org.apache.http.HttpResponse 的类文件。
我需要添加哪些库?
【问题讨论】: