Android Question OkHttpUtils2 new version

GiovanniPolese

Well-Known Member
Licensed User
Longtime User
I only substituted the library. I get the following compilation error. Btw the library is inserted in the project, but not used, for now.

B4A Versione: 12.00
Analisi del Codice. (0.24s)
Java Versione: 11
Building folders structure. (0.03s)
Compilazione del codice. (0.51s)
Compilazione del codice di layouts (0.01s)
Organizzazione Librerie. (0.06s)
(AndroidX SDK)
Compilazione risorse (1.88s)
Collegamento risorse (0.87s)
Compilazione del codice debugger. Error
B4A line: 260
CallSubDelayed2(HttpUtils2Service, \
shell\src\b4a\SmasDC\httpjob_subs_0.java:113: error: cannot find symbol
httpjob.__c.runVoidMethod ("CallSubDelayed2",__ref.getField(false, "ba"),(Object)((httpjob._httputils2service.getObject())),(Object)(BA.ObjectToString("SubmitJob")),(Object)(__ref));
^
symbol: method getObject()
location: variable _httputils2service of type httputils2service
1 error
 
Top