For those who still needed to use org.apache.http.legacy in their Android application, as of compiled SDKVersion 26.
You have to do two things:
Include android
{useLibrary 'org.apache.http.legacy'}in yourbuild.gradle(Module)Under
dependencies {}, includecompile 'net.gotev:uploadservice:2.1'