android-sdk
android-sdk copied to clipboard
api level 23 removal of legacy http classes
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.