1. 程式人生 > >java.lang.NoClassDefFoundError:failed resolution of :Lorg/apache/http/ProtocolVersion

java.lang.NoClassDefFoundError:failed resolution of :Lorg/apache/http/ProtocolVersion

在使用android-json-rpc的時候報

錯誤,

在AndroidManifest.xml檔案的application標籤裡面加入

<uses-library android:name="org.apache.http.legacy" android:required="false" />
就可以解決了!