Android Question OkHttpUtils2 2.82 / 2.91 compatibility issue

prajinpraveen

Active Member
Licensed User
Longtime User
Error with OkHttpUtils2 2.91

B4A Version: 9.80
Java Version: 8
Parsing code. Error
Error parsing program.
Error description: Unknown type: jobtag
Are you missing a library reference?
Error occurred on line: 74 (HttpUtils2Service)
Dim jt As JobTag = j.Tag


OkHttpUtils2 2.82 shipped with B4A 9.50 doesnt seem to have this problem

may be i am missing something?
 

prajinpraveen

Active Member
Licensed User
Longtime User
Thanks Erel. I just wanted to find out why this error? I created a app, just added OKHTTPUTILS2 - 2.91 to it ( see attached project )
I still get the error

Unknown type: countingoutputstream<br />Are you missing a library reference?
Unknown type: jobtag<br />Are you missing a library reference?
Unknown type: countingoutputstream<br />Are you missing a library reference?

Once i add RandomAccessFile 2.32, i get the below error


Unknown type: jobtag<br />Are you missing a library reference?
Unknown type: jobtag<br />Are you missing a library reference?

May be i am using the wrong version of OKHTTPUTILS2
 

Attachments

  • new app.zip
    7.3 KB · Views: 194
Upvote 0

prajinpraveen

Active Member
Licensed User
Longtime User
tested with 9.90 Beta1, all seems to be well. If you are able to run the attached project successfully on B4A 9.80, then i would imagine there is either something wrong with my installation or my library.
 
Upvote 0
Top