Android Question Error while compiling

Matthias

Member
Licensed User
Longtime User
Hi,

I still get this errorMessage:

"src.......java:3088: error: cannot access
ClientProtocolException
_hc_version.Execute(processBA,mostCurrent._req_version,(int) (1));

class File for org.apache.http.client.ClientProtocolException not found "

i have already updated the libraries to OkHttp and HttpUtils2. but why i always have the error message?

Thank you for your understanding and your help
 

Matthias

Member
Licensed User
Longtime User
It still does not work.

And when I check OkHttpUtils2 in the internal library, I get this error: " HttpUtilService is declared twice. You should either remve the library reference or the code module "
 
Upvote 0

Emme Developer

Well-Known Member
Licensed User
Longtime User
It still does not work.

And when I check OkHttpUtils2 in the internal library, I get this error: " HttpUtilService is declared twice. You should either remve the library reference or the code module "
Maybe you have added the module HttpUtilService?
 
Upvote 0

Matthias

Member
Licensed User
Longtime User
Is this the problem. Download OkHttp and OkHttpUtils2, enable them and remove HttpUtils2Service and HttpJob class
I did it, but i still have the same ErrorMessage " "src.......java:3088: error: cannot access
ClientProtocolException
_hc_version.Execute(processBA,mostCurrent._req_version,(int) (1));

class File for org.apache.http.client.ClientProtocolException not found "
 
Upvote 0
Top