找不到 org.apache.http.conn.util.InetAddressUtils

SDK6.0(23)以上版本,android再也不提供org.apache.http*相關類,只保留了其中幾個類。java

android studio 解決方法是android

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

相關文檔截圖apache

 

Eclipse 解決方法code

  1. libs中加入org.apache.http.legacy.jar

上面的jar包在:**\android-sdk\platforms\android-23\optional下(須要下載android 6.0的SDK)orm

相關文章
相關標籤/搜索