有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

无法解析java MoPub Android HttpResponse

我正在使用mopub sdk 4.8.0。正如documentation中所说,我包括了以下库:

安卓-support-v4.jar,
安卓-support-annotations.jar,
安卓-support-v7-recyclerview.jar,
mopub-volley-1.1.0.jar

但当我构建项目时,以下错误会写入Logcat:

The type org.apache.http.HttpResponse cannot be resolved. It is indirectly referenced from required .class files RequestQueueHttpStack.java /mopub-sdk/src/com/mopub/network line 1 Cannot find the class file for org.apache.http.HttpResponse.

我需要添加哪些库


共 (1) 个答案