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)
ContentType.parse(string)
java.lang.NoSuchFieldError:
Just add httpmime_4.3.6.jar of version 4.3.6 file in lib folder and add
implementation files('lib/httpmime-4.3.6.jar') in gradle(app level)