I'm using org.apache.http.client
in the app I recently moved from Eclipse to Android Studio and I meet a new problem. Despite the fact that I have added a dependency to org.apache.httpComponents.httpCore_4.4.4.jar
, which caused errors in the editor to disappear, when building the project, I get the following error message : "error : package org.apache.http.client does not exist".
Where am I wrong and what should I do to correct the problem?