Android Question Error Message in "OkHttpUtils2"

junaidahmed

Well-Known Member
Licensed User
Longtime User
I have used "HttpClient" Library in Basic4Andoird 2.30 Version,Now I am going to convert "HttpClient" to "okHttpUtils2".When I compile my project its shows an error message.Please check the below code code and advise how to solve the problem....

Compiling code. 0.13
Compiling layouts code. 0.00
Generating R file. 0.04
Compiling generated Java code. Error
B4A line: 169
job1.Initialize(\
javac 1.8.0_111
src\b4a\example\main.java:396: error: cannot access SubDelegator
mostCurrent._job1._initialize(processBA,"Job1",main.getObject());
^
class file for anywheresoftware.b4a.BA$SubDelegator not found
1 error
 

DonManfred

Expert
Licensed User
Longtime User
You need a newer version of B4A for the okhttp lib i guess.
 
Upvote 0
Top