android api 23 網絡jar包問題

import org.apache.http.*;html

jar包引入報錯;這是由於api23版本後移除了Apache HTTP client。android

解決方案:apache

android {
    useLibrary
'org.apache.http.legacy'
}

詳情能夠查看api

http://developer.android.com/about/versions/marshmallow/android-6.0-changes.html
spa

相關文章
相關標籤/搜索