Android Question Project files B4A 8.80

paiac66

Member
Licensed User
Hi Erel,
I've update my version to v. 8.80 but my old project says error in "SaxParser" and "HttpJob". I was used okHttpUtils and XmlSax libraries.
What I do for correct error?

Thanks and excuse me for incorrect language... :-(
 

DonManfred

Expert
Licensed User
Longtime User
Please post the FULL Errormessage (as text)
 
Upvote 0

paiac66

Member
Licensed User
Errors:
Dim ps As SaxParser (missing reference to library)
Dim job1 As HttpJob (missing reference to library)

In my project (with b$A 8.50) I used XmlSax 1.11 and okHTTPUtils 2 2.70.
With B4A 8.80 XmlSan isn't in the list of Libraries.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
SaxParser

It is XmlSax library. check the library in the library tab. It is included as internal library.

Dim job1 As HttpJob (missing reference to library)
check okhttputils and okhttp in the libraries tab (they should be included in the installation as internal libraries)
 
Upvote 0
Top