I am building an Android application for uploading images and videos to a server. Everything looks fine, but when i try to run or debug the app i get this error.
Error:(15, 8) error: cannot access HttpEntity class file for org.apache.http.HttpEntity not found.
I have googled and tried many solutions including this How do I properly import HttpClient from org.apache on Android using gradle build file?
I have extended the Apache HttpMultipartEntity class to create my custom MultiPartEntity class. I have also included the httpmime-4.2.6.jar file as a library.Can someone help me out.