android-sdk icon indicating copy to clipboard operation
android-sdk copied to clipboard

api level 23 removal of legacy http classes

Open kleetus opened this issue 9 years ago • 0 comments

Error:(15, 23) error: cannot find symbol class HttpEntity Error:(16, 23) error: cannot find symbol class HttpResponse Error:(17, 23) error: cannot find symbol class ParseException

As a dependency of Android itself, org.apache.http.legacy removed the above classes. We should convert to using newer options.

kleetus avatar Aug 31 '16 14:08 kleetus