Android Question google play services error

gerredtor

Active Member
Licensed User
now i become a error on compile:

B4X:
HC.Initialize(\
javac 1.8.0_91
src\de\example\app\starter.java:202: error: cannot access ClientProtocolException
_hc.Initialize("HC");
              ^
  class file for org.apache.http.client.ClientProtocolException not found

hc = Dim HC As HttpClient
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

NJDude

Expert
Licensed User
Longtime User
now i become a error on compile:

B4X:
HC.Initialize(\
javac 1.8.0_91
src\de\example\app\starter.java:202: error: cannot access ClientProtocolException
_hc.Initialize("HC");
              ^
  class file for org.apache.http.client.ClientProtocolException not found

hc = Dim HC As HttpClient
If you want to continue using HttpClient then compile with SDK < 23
 
Upvote 0
Top