Android Question Cannot access ClientProtocolException

CARTHO

Member
Licensed User
Longtime User
Why do I "suddenly" recieve this error?

B4A version: 5.50
Parsing code. (0.06s)
Compiling code. (0.08s)
Compiling layouts code. (0.01s)
Generating R file. (0.04s)
Compiling generated Java code. Error
B4A line: 485
HttpClient1.Initialize(\
javac 1.7.0_45
src\B4A\UserInterfaceMenu\main.java:759: error: cannot access ClientProtocolException
_httpclient1.Initialize("HttpClient1");
^
class file for org.apache.http.client.ClientProtocolException not found
 

DonManfred

Expert
Licensed User
Longtime User
Are you using android 6?

Have you changed your httputils to the new okHTTPUTILS?
 
Last edited:
Upvote 0
Top