We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
网络访问模块里面的org.apache.http 包已经在 android sdk 5.1及以后的版本中移除,afinal网络访问模块用不了,期待更新
建议1 dependencies { compile group: 'org.apache.httpcomponents' , name: 'httpclient-android' , version: '4.3.5.1' } 建议2 OkHttp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
网络访问模块里面的org.apache.http 包已经在 android sdk 5.1及以后的版本中移除,afinal网络访问模块用不了,期待更新
建议1
dependencies {
compile group: 'org.apache.httpcomponents' , name: 'httpclient-android' , version: '4.3.5.1'
}
建议2
OkHttp
The text was updated successfully, but these errors were encountered: