SimplifyReader
SimplifyReader copied to clipboard
既然用了Okhttp,为什么还有弃用的HttpResponse?
既然用了Okhttp,为什么还有弃用的HttpResponse?
既然用了Okhttp,为什么还有弃用的HttpResponse?
HttpResponse是library模块里面用到了google volley 最新pr里已fixed 需要在buid.gradle里添加 android{ ... useLibrary 'org.apache.http.legacy' ... }
建议抛弃HttpResponse。