In my android project I am writing a program to connect to a server and below are the libraries that I need to use.
But I get an error saying the following cannot b
Download the JAR file "httpmime-4.0-beta2.jar" and add it to your project
Add
compile files('libs/httpcore-4.3.2.jar')
compile files('libs/httpmime-4.3.4.jar')
to your build.gradle.
Before that download .jar from http://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore/ http://mvnrepository.com/artifact/org.apache.httpcomponents/httpmime
and to your apps>lib folder.