2016-08-12 57 views
1

我正在使用mopub sdk 4.8.0。我包括以下库,因为它说,在documentationMoPub Android HttpResponse无法解析

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 line 1无法找到org.apache.http.HttpResponse的类文件。

我需要添加哪些库?

回答