Getting NoSuchFieldError INSTANCE org/apache/http/message/BasicHeaderValueParser

后端 未结 6 662
無奈伤痛
無奈伤痛 2020-11-27 16:54

I\'m working on an app on Android. I\'m using httpcore 4.3.3. I get this when I try to use ContentType.parse(string)

java.lang.NoSuchFieldError:         


        
6条回答
  •  無奈伤痛
    2020-11-27 17:11

    Looks like you use incompatible jar's for httpmime and httpclient-android. Try to use version 4.3.6 of httpmime

提交回复
热议问题