Skip to content

Lorg apache http ProtocolVersion 에러

CheeseCri edited this page Jul 9, 2018 · 1 revision

에러 메세지

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

해결 방안

AndroidManifest.xml의 태그 내부에

<uses-library android:name = "org.apache.http.legacy" android:required="false"/> 추가

Clone this wiki locally