java.lang.NoSuchFieldError: org.apache.http.message.BasicLineFormatter.INSTANCE

前端 未结 2 1858
醉酒成梦
醉酒成梦 2020-12-16 04:42

Good day!

I need help!

I develop app for android with integration the IIS(SharePoint). And when i run this code(Code 2), i get ERROR

2条回答
  •  别那么骄傲
    2020-12-16 05:36

    For android remove all httpclient and httpcore dependencies and add

    compile group: 'org.apache.httpcomponents' , name: 'httpclient-android' , version: '4.3.5.1'    // gradle depedencies
    

    in your build.gradle file

提交回复
热议问题